Update cmp sources
This also removes a redundant nvim_lsp source
This commit is contained in:
parent
899e993f02
commit
b4c99f5c5a
1 changed files with 1 additions and 4 deletions
|
|
@ -25,12 +25,9 @@
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
{ name = "nvim_lsp"; }
|
{ name = "nvim_lsp"; }
|
||||||
|
{ name = "luasnip"; }
|
||||||
{ name = "buffer"; }
|
{ name = "buffer"; }
|
||||||
{ name = "path"; }
|
{ name = "path"; }
|
||||||
{ name = "cmdline"; }
|
|
||||||
{ name = "cmp-clippy"; }
|
|
||||||
{ name = "luasnip"; }
|
|
||||||
{ name = "nvim_lsp"; }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue