mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-21 11:53:50 +00:00
treesitter: make foldenable configurable
This commit is contained in:
parent
046afc8b3e
commit
68b7df5065
3 changed files with 10 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ in {
|
|||
enable = mkEnableOption "treesitter, also enabled automatically through language options";
|
||||
|
||||
fold = mkEnableOption "fold with treesitter";
|
||||
foldByDefault = mkEnableOption "folding by default when a file is opened";
|
||||
autotagHtml = mkEnableOption "autoclose and rename html tag";
|
||||
|
||||
grammars = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue