trying fixes for cmp

This commit is contained in:
Arthur Wambst 2025-04-23 22:15:06 +02:00
parent 7af36081ae
commit 11562b2545

View File

@ -63,12 +63,14 @@
packages.myTetspkg = {
start = with pkgs.vimPlugins; [
nvim-cmp
nvim-lspconfig
cmp-nvim-lsp
cmp-buffer
cmp-path
cmp-cmdline
vim-vsnip
cmp-vsnip
];};
customRC = ''
set runtimepath+=${inputs.plugin-dracula}
@ -148,6 +150,7 @@
})
-- Use cmdline & path source for ':' (if you enabled `native_menu`, this won't work anymore).
set runtimepath+=${inputs.plugin-cmp}
cmp.setup.cmdline(':', {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({