diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/completion.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/plugins/completion.lua b/lua/plugins/completion.lua index 1f41bc4..3a29c97 100644 --- a/lua/plugins/completion.lua +++ b/lua/plugins/completion.lua @@ -77,6 +77,8 @@ return { }), sources = cmp.config.sources({ { name = 'nvim_lsp' }, + { name = 'vimtex' }, + { name = 'nvim_lsp_signature_help' }, { name = 'luasnip', option = @@ -85,11 +87,9 @@ return { show_autosnippets = true, } }, - { name = 'nvim_lsp_signature_help' }, - { name = 'path' }, { name = 'buffer' }, + { name = 'path' }, { name = 'nvim_lua' }, - { name = 'vimtex' }, }), } |
