trying fixes for cmp
This commit is contained in:
parent
5466e911f3
commit
08dda6df0b
@ -45,6 +45,10 @@
|
||||
url = "https://github.com/hrsh7th/cmp-cmdline";
|
||||
flake = false;
|
||||
};
|
||||
plugin-vim-vsnip = {
|
||||
url = "https://github.com/hrsh7th/vim-vsnip";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, neovim, ... }@inputs: {
|
||||
@ -64,6 +68,7 @@
|
||||
set runtimepath+=${inputs.plugin-cmp-path}
|
||||
set runtimepath+=${inputs.plugin-cmp-lsp}
|
||||
set runtimepath+=${inputs.plugin-cmp-cmd}
|
||||
set runtimepath+=${inputs.plugin-vim-vsnip}
|
||||
|
||||
colorscheme dracula
|
||||
autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user