mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 08:43:49 +01:00
update nvim_cmp ocnfig
This commit is contained in:
parent
bcf5501309
commit
7ab171a896
1 changed files with 4 additions and 2 deletions
|
@ -17,9 +17,11 @@ cmp.setup {
|
|||
},
|
||||
|
||||
sources = cmp.config.sources {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnips" },
|
||||
{ name = "buffer" },
|
||||
{ name = "crates" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "path" },
|
||||
{ name = "rg" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue