mirror of
https://github.com/nix-community/nixvim.git
synced 2025-09-01 08:16:40 +02:00
parent
ae53c6ae74
commit
d65f1efb95
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
|||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "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.";
|
||||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue