mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
d55ca74c05
commit
e680b367c7
7 changed files with 13 additions and 19 deletions
|
@ -19,9 +19,8 @@ with lib;
|
|||
|
||||
treesitterIntegration = {
|
||||
enable = mkEnableOption "treesitter integration";
|
||||
disable =
|
||||
helpers.defaultNullOpts.mkListOf types.str [ ]
|
||||
"Languages for each to disable this module";
|
||||
disable = helpers.defaultNullOpts.mkListOf types.str [
|
||||
] "Languages for each to disable this module";
|
||||
|
||||
disableVirtualText = helpers.defaultNullOpts.mkBool false ''
|
||||
Do not use virtual text to highlight the virtual end of a block, for languages without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue