trying fixes for cmp

This commit is contained in:
Arthur Wambst 2025-04-23 20:13:42 +02:00
parent 5466e911f3
commit 08dda6df0b

View File

@ -45,6 +45,10 @@
url = "https://github.com/hrsh7th/cmp-cmdline"; url = "https://github.com/hrsh7th/cmp-cmdline";
flake = false; flake = false;
}; };
plugin-vim-vsnip = {
url = "https://github.com/hrsh7th/vim-vsnip";
flake = false;
};
}; };
outputs = { self, nixpkgs, neovim, ... }@inputs: { outputs = { self, nixpkgs, neovim, ... }@inputs: {
@ -64,6 +68,7 @@
set runtimepath+=${inputs.plugin-cmp-path} set runtimepath+=${inputs.plugin-cmp-path}
set runtimepath+=${inputs.plugin-cmp-lsp} set runtimepath+=${inputs.plugin-cmp-lsp}
set runtimepath+=${inputs.plugin-cmp-cmd} set runtimepath+=${inputs.plugin-cmp-cmd}
set runtimepath+=${inputs.plugin-vim-vsnip}
colorscheme dracula colorscheme dracula
autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab