this repo has no description
0
fork

Configure Feed

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

enter selects completion

+3 -1
+3 -1
nvim/lua/plugins/cmp.lua
··· 12 12 vim.snippet.expand(args.body) 13 13 end, 14 14 }, 15 - mapping = cmp.mapping.preset.insert({}), 15 + mapping = cmp.mapping.preset.insert({ 16 + ["<CR>"] = cmp.mapping.confirm({ select = true }), 17 + }), 16 18 }) 17 19 end, 18 20 },