mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/vim-numbertoggle: init
This commit is contained in:
parent
4df5746694
commit
84249a9dab
3 changed files with 17 additions and 0 deletions
11
plugins/ui/numbertoggle.nix
Normal file
11
plugins/ui/numbertoggle.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.nixvim.vim-plugin.mkVimPlugin {
|
||||
name = "numbertoggle";
|
||||
originalName = "vim-numbertoggle";
|
||||
package = "vim-numbertoggle";
|
||||
|
||||
maintainers = [ lib.nixvim.maintainers.refaelsh ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue