a creature's config
0

Configure Feed

Select the types of activity you want to include in your feed.

also use <C-e> to trigger nvim completions

ctrl-space doesn't work via ipad + ssh

Mt Kanjon (Jun 30, 2026, 12:58 PM -0700) b4ece127 a40fa88b

+2
+2
config/nvim/lua/plugins/completion.lua
··· 1 1 return { 2 2 "saghen/blink.cmp", 3 3 opts = { 4 + -- https://cmp.saghen.dev/configuration/keymap.html#super-tab 4 5 keymap = { 5 6 preset = "super-tab", 7 + ["<C-e>"] = { "show", "hide", "fallback" }, 6 8 }, 7 9 completion = { 8 10 list = {