trying fixes for cmp
This commit is contained in:
parent
995eeae84f
commit
ab3c1296ce
@ -62,10 +62,7 @@
|
||||
configure = {
|
||||
packages.myTetspkg = {
|
||||
start = with pkgs.vimPlugins; [
|
||||
# Use pre-packaged plugins from nixpkgs
|
||||
dracula-nvim # or the closest match available
|
||||
nvim-lspconfig
|
||||
nvim-cmp
|
||||
nvim-cmp
|
||||
cmp-nvim-lsp
|
||||
cmp-buffer
|
||||
cmp-path
|
||||
@ -76,7 +73,6 @@
|
||||
customRC = ''
|
||||
set runtimepath+=${inputs.plugin-dracula}
|
||||
set runtimepath+=${inputs.plugin-lsp}
|
||||
set runtimepath+=${inputs.plugin-cmp}
|
||||
set runtimepath+=${inputs.plugin-cmp-vsnip}
|
||||
set runtimepath+=${inputs.plugin-cmp-buffer}
|
||||
set runtimepath+=${inputs.plugin-cmp-path}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user