diff --git a/nvim/plugin-config/cmp.lua b/nvim/plugin-config/cmp.lua index 1c2b5ad..e32a7b8 100644 --- a/nvim/plugin-config/cmp.lua +++ b/nvim/plugin-config/cmp.lua @@ -28,10 +28,12 @@ cmp.setup({ }, sources = { { name = 'nvim_lsp' }, + { name = 'ultisnips' }, + { name = 'nvim_lua' }, { name = 'path' }, + { name = 'omni' }, { name = 'buffer', keyword_length = 3 }, { name = 'npm', keyword_length = 4 }, - { name = 'ultisnips' }, }, formatting = { format = require('lspkind').cmp_format {