treewide: vim-plugin -> plugins

This commit is contained in:
Matt Sturgeon 2024-12-22 09:58:27 +00:00
parent 5e9a6c00a9
commit 43a3171dec
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
71 changed files with 72 additions and 72 deletions

View file

@ -5,7 +5,7 @@
let
inherit (lib.nixvim) defaultNullOpts;
in
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "dracula";
package = "dracula-vim";
isColorscheme = true;

View file

@ -5,7 +5,7 @@
let
inherit (lib.nixvim) defaultNullOpts;
in
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "everforest";
isColorscheme = true;
globalPrefix = "everforest_";

View file

@ -2,7 +2,7 @@
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "melange";
isColorscheme = true;
packPathName = "melange-nvim";

View file

@ -5,7 +5,7 @@
let
inherit (lib.nixvim) defaultNullOpts;
in
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "nord";
isColorscheme = true;
packPathName = "nord.nvim";

View file

@ -2,7 +2,7 @@
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "one";
isColorscheme = true;
packPathName = "vim-one";

View file

@ -2,7 +2,7 @@
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
lib.nixvim.plugins.mkVimPlugin {
name = "oxocarbon";
isColorscheme = true;
packPathName = "oxocarbon.nvim";