diff --git a/flake.nix b/flake.nix index fbabce9..1a35465 100644 --- a/flake.nix +++ b/flake.nix @@ -62,10 +62,7 @@ configure = { packages.myTetspkg = { start = with pkgs.vimPlugins; [ - # Use pre-packaged plugins from nixpkgs - dracula-nvim # or the closest match available - nvim-lspconfig - nvim-cmp + nvim-cmp cmp-nvim-lsp cmp-buffer cmp-path @@ -76,7 +73,6 @@ customRC = '' set runtimepath+=${inputs.plugin-dracula} set runtimepath+=${inputs.plugin-lsp} - set runtimepath+=${inputs.plugin-cmp} set runtimepath+=${inputs.plugin-cmp-vsnip} set runtimepath+=${inputs.plugin-cmp-buffer} set runtimepath+=${inputs.plugin-cmp-path}