mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +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
|
@ -81,9 +81,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
|
||||
ignore_lsp = defaultNullOpts.mkListOf lib.types.str [ ] "Table of lsp clients to ignore by name.";
|
||||
|
||||
exclude_dirs =
|
||||
defaultNullOpts.mkListOf lib.types.str [ ]
|
||||
"Don't calculate root dir on specific directories.";
|
||||
exclude_dirs = defaultNullOpts.mkListOf lib.types.str [
|
||||
] "Don't calculate root dir on specific directories.";
|
||||
|
||||
show_hidden = defaultNullOpts.mkBool false "Show hidden files in telescope.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue