trying fixes for cmp
This commit is contained in:
parent
aceabf08d3
commit
4d00f50020
@ -59,7 +59,8 @@
|
|||||||
];
|
];
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages.myTetspkg = {
|
configure = {
|
||||||
|
packages.myTetspkg = {
|
||||||
start = [
|
start = [
|
||||||
(pkgs.vimUtils.buildVimPlugin {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
pname = "nvim-cmp";
|
pname = "nvim-cmp";
|
||||||
@ -68,7 +69,7 @@
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
configure.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}
|
||||||
@ -165,6 +166,7 @@
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user