mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
8ca97758af
commit
667b2a5f7a
7 changed files with 13 additions and 19 deletions
|
@ -47,9 +47,8 @@ lib.nixvim.vim-plugin.mkVimPlugin {
|
|||
Config file path is evaluated if this value is `1`.
|
||||
'';
|
||||
|
||||
config_file_path = defaultNullOpts.mkNullable (
|
||||
with types; either str (listOf str)
|
||||
) [ ] "Custom config file path or list of custom config file paths.";
|
||||
config_file_path = defaultNullOpts.mkNullable (with types; either str (listOf str)) [
|
||||
] "Custom config file path or list of custom config file paths.";
|
||||
};
|
||||
|
||||
settingsExample = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue