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,10 +62,7 @@
configure = { configure = {
packages.myTetspkg = { packages.myTetspkg = {
start = with pkgs.vimPlugins; [ start = with pkgs.vimPlugins; [
# Use pre-packaged plugins from nixpkgs nvim-cmp
dracula-nvim # or the closest match available
nvim-lspconfig
nvim-cmp
cmp-nvim-lsp cmp-nvim-lsp
cmp-buffer cmp-buffer
cmp-path cmp-path
@ -76,7 +73,6 @@
customRC = '' customRC = ''
set runtimepath+=${inputs.plugin-dracula} set runtimepath+=${inputs.plugin-dracula}
set runtimepath+=${inputs.plugin-lsp} set runtimepath+=${inputs.plugin-lsp}
set runtimepath+=${inputs.plugin-cmp}
set runtimepath+=${inputs.plugin-cmp-vsnip} set runtimepath+=${inputs.plugin-cmp-vsnip}
set runtimepath+=${inputs.plugin-cmp-buffer} set runtimepath+=${inputs.plugin-cmp-buffer}
set runtimepath+=${inputs.plugin-cmp-path} set runtimepath+=${inputs.plugin-cmp-path}