neovim

remove cmp from plugins

-9
-9
flake.nix
··· 112 112 src = inputs.vim-firestore; 113 113 name = "firestore"; 114 114 }) 115 - 116 - # nvim-cmp 117 - nvim-cmp 118 - cmp-nvim-lsp 119 - cmp-cmdline 120 - cmp-async-path 121 - cmp-buffer 122 - luasnip 123 - cmp_luasnip 124 115 ]; 125 116 }; 126 117 };