trying fixes for cmp
This commit is contained in:
parent
7af36081ae
commit
11562b2545
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user