nvim lsp
This commit is contained in:
parent
94fc73426c
commit
212b85f45c
@ -54,8 +54,9 @@ local function setup_cmp()
|
||||
},
|
||||
},
|
||||
sources = cmp.config.sources({
|
||||
{ name = 'nvim_lsp', priority = 1000 },
|
||||
{ name = 'luasnip', priority = 750 },
|
||||
{ name = 'nvim_lsp', priority = 1250 },
|
||||
{ name = 'luasnip', priority = 1000 },
|
||||
{ name = 'buffer', priority = 750 },
|
||||
{ name = "dotenv", priority = 500 },
|
||||
{ name = 'path', priority = 250 },
|
||||
}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user