mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/utils: move to by-name
This commit is contained in:
parent
faff32b9f1
commit
52f125679f
195 changed files with 2 additions and 102 deletions
|
@ -16,7 +16,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
hydras = import ./hydras-option.nix { inherit lib helpers; };
|
||||
};
|
||||
|
||||
settingsOptions = import ./hydra-config-opts.nix { inherit lib helpers; };
|
||||
settingsOptions = import ./settings-options.nix { inherit lib helpers; };
|
||||
|
||||
settingsExample = {
|
||||
exit = false;
|
|
@ -26,7 +26,7 @@ let
|
|||
for more information.
|
||||
'';
|
||||
|
||||
config = import ./hydra-config-opts.nix { inherit lib helpers; };
|
||||
config = import ./settings-options.nix { inherit lib helpers; };
|
||||
|
||||
heads =
|
||||
let
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue