trying fixes for cmp

This commit is contained in:
Arthur Wambst 2025-04-23 20:48:12 +02:00
parent 995eeae84f
commit ab3c1296ce

View File

@ -62,9 +62,6 @@
configure = {
packages.myTetspkg = {
start = with pkgs.vimPlugins; [
# Use pre-packaged plugins from nixpkgs
dracula-nvim # or the closest match available
nvim-lspconfig
nvim-cmp
cmp-nvim-lsp
cmp-buffer
@ -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}