Skip to content

Commit

Permalink
feat(nvim): Enable new nvim-cmp follow_cursor option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 3, 2024
1 parent eadff5c commit 3a0bfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/configure/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ return {
completion = {
completeopt = 'menu,menuone,noinsert',
},
view = { entries = { follow_cursor = true } },
mapping = {
['<S-Tab>'] = cmp.mapping(function(fallback)
if cmp.visible() then
Expand Down

0 comments on commit 3a0bfea

Please sign in to comment.