diff --git a/Installer/os_nvim_init.vim b/Installer/os_nvim_init.vim index 4284423..fc76d4a 100644 --- a/Installer/os_nvim_init.vim +++ b/Installer/os_nvim_init.vim @@ -154,6 +154,10 @@ lua <'] = cmp.mapping.scroll_docs(4), @@ -162,7 +166,6 @@ lua <'] = cmp.mapping.scroll_docs(1), -- Scroll the docs down by 1 line [''] = cmp.mapping.confirm { behavior = cmp.ConfirmBehavior.Replace, select = true, }, [''] = cmp.mapping(function(fallback) -- Move down the autocomplete list - cmp.complete() if cmp.visible() then cmp.select_next_item() elseif luasnip.expand_or_jumpable() then