mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
treewide: neovim-plugin
-> plugins
This commit is contained in:
parent
787844cfe4
commit
5e9a6c00a9
206 changed files with 206 additions and 206 deletions
|
@ -9,7 +9,7 @@ let
|
|||
moduleName = "base16-colorscheme";
|
||||
packPathName = "base16.nvim";
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
inherit name moduleName packPathName;
|
||||
setup = ".with_config";
|
||||
package = "base16-nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue