remove bloated neovim plugins
This commit is contained in:
parent
3d28ac9260
commit
26502be998
17 changed files with 206 additions and 478 deletions
|
|
@ -62,10 +62,8 @@ return {
|
|||
}),
|
||||
}),
|
||||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
{ name = "buffer" },
|
||||
}),
|
||||
formatting = {
|
||||
fields = { "kind", "abbr", "menu" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue