mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
lib/plugins: separate main factory functions
This commit is contained in:
parent
88a1c1b46a
commit
ec97297fd5
6 changed files with 370 additions and 352 deletions
|
@ -26,13 +26,13 @@ lib.makeExtensible (
|
|||
|
||||
# plugin aliases
|
||||
neovim-plugin = {
|
||||
inherit (self.plugins)
|
||||
inherit (self.plugins.neovim)
|
||||
extraOptionsOptions
|
||||
mkNeovimPlugin
|
||||
;
|
||||
};
|
||||
vim-plugin = {
|
||||
inherit (self.plugins)
|
||||
inherit (self.plugins.vim)
|
||||
mkSettingsOption
|
||||
mkSettingsOptionDescription
|
||||
mkVimPlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue