Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 3, 2024
2 parents 9dc9715 + 3a0bfea commit 675b495
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 675b495

Please sign in to comment.