trying fixes for cmp
This commit is contained in:
parent
995eeae84f
commit
ab3c1296ce
@ -62,9 +62,6 @@
|
|||||||
configure = {
|
configure = {
|
||||||
packages.myTetspkg = {
|
packages.myTetspkg = {
|
||||||
start = with pkgs.vimPlugins; [
|
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-nvim-lsp
|
||||||
cmp-buffer
|
cmp-buffer
|
||||||
@ -76,7 +73,6 @@
|
|||||||
customRC = ''
|
customRC = ''
|
||||||
set runtimepath+=${inputs.plugin-dracula}
|
set runtimepath+=${inputs.plugin-dracula}
|
||||||
set runtimepath+=${inputs.plugin-lsp}
|
set runtimepath+=${inputs.plugin-lsp}
|
||||||
set runtimepath+=${inputs.plugin-cmp}
|
|
||||||
set runtimepath+=${inputs.plugin-cmp-vsnip}
|
set runtimepath+=${inputs.plugin-cmp-vsnip}
|
||||||
set runtimepath+=${inputs.plugin-cmp-buffer}
|
set runtimepath+=${inputs.plugin-cmp-buffer}
|
||||||
set runtimepath+=${inputs.plugin-cmp-path}
|
set runtimepath+=${inputs.plugin-cmp-path}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user