treewide: format with latest nixfmt

This commit is contained in:
Gaetan Lepage 2024-12-02 08:23:22 +01:00 committed by nix-infra-bot
parent d55ca74c05
commit e680b367c7
7 changed files with 13 additions and 19 deletions

View file

@ -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.