mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-29 22:30:13 +02:00
parent
ef0e6e1d20
commit
98b15f654e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
||||||
lib.nixvim.plugins.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "project-nvim";
|
name = "project-nvim";
|
||||||
packPathName = "project.nvim";
|
packPathName = "project.nvim";
|
||||||
moduleName = "project_nvim";
|
moduleName = "project";
|
||||||
description = "`project.nvim` is an all in one neovim plugin written in lua that provides superior project management.";
|
description = "`project.nvim` is an all in one neovim plugin written in lua that provides superior project management.";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.khaneliman ];
|
maintainers = [ lib.maintainers.khaneliman ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue