mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +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
|
@ -50,9 +50,8 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
"typst"
|
||||
] "Filetypes for automatic heuristic mode triggers.";
|
||||
|
||||
auto_set_mode_filetype_denylist =
|
||||
defaultNullOpts.mkListOf lib.types.str [ ]
|
||||
"Auto set mode filetype deny list";
|
||||
auto_set_mode_filetype_denylist = defaultNullOpts.mkListOf lib.types.str [
|
||||
] "Auto set mode filetype deny list";
|
||||
|
||||
auto_set_mode_heuristically = defaultNullOpts.mkBool true ''
|
||||
If true, the plugin will set the hard or soft mode automatically when any file loads.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue