mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
plugins/ui: move to by-name
This commit is contained in:
parent
2456370ab2
commit
91c6b62881
25 changed files with 0 additions and 13 deletions
11
plugins/by-name/numbertoggle/default.nix
Normal file
11
plugins/by-name/numbertoggle/default.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