mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
add project-nvim
This commit is contained in:
parent
44039711aa
commit
a5978fa59d
2 changed files with 6 additions and 0 deletions
|
@ -67,5 +67,6 @@
|
||||||
./utils/oil.nix
|
./utils/oil.nix
|
||||||
./utils/persistence.nix
|
./utils/persistence.nix
|
||||||
./utils/plenary.nix
|
./utils/plenary.nix
|
||||||
|
./utils/project-nvim.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
5
config/utils/project-nvim.nix
Normal file
5
config/utils/project-nvim.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
plugins.project-nvim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue