Regenerate nvim config
This commit is contained in:
11
config/neovim/store/nvim-treesitter/queries/nix/folds.scm
Normal file
11
config/neovim/store/nvim-treesitter/queries/nix/folds.scm
Normal file
@ -0,0 +1,11 @@
|
||||
; Nix doesn't really have blocks, so just guess what people might want folds for
|
||||
[
|
||||
(if_expression)
|
||||
(with_expression)
|
||||
(let_expression)
|
||||
(function_expression)
|
||||
(attrset_expression)
|
||||
(rec_attrset_expression)
|
||||
(list_expression)
|
||||
(indented_string_expression)
|
||||
] @fold
|
||||
Reference in New Issue
Block a user