diff --git a/config/plugins/cmp.nix b/config/plugins/cmp.nix index 1ea9dfd..6ab2755 100644 --- a/config/plugins/cmp.nix +++ b/config/plugins/cmp.nix @@ -25,12 +25,9 @@ sources = [ { name = "nvim_lsp"; } + { name = "luasnip"; } { name = "buffer"; } { name = "path"; } - { name = "cmdline"; } - { name = "cmp-clippy"; } - { name = "luasnip"; } - { name = "nvim_lsp"; } ]; }; };