trying fixes for cmp
This commit is contained in:
parent
6abaecda40
commit
aceabf08d3
@ -61,7 +61,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
packages.myTetspkg = {
|
packages.myTetspkg = {
|
||||||
start = [
|
start = [
|
||||||
(pkgs.vimUtils.buildVimPluginFrom2Nix {
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
pname = "nvim-cmp";
|
pname = "nvim-cmp";
|
||||||
version = "latest";
|
version = "latest";
|
||||||
src = inputs.plugin-cmp;
|
src = inputs.plugin-cmp;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user