nvim: Update treesitter configuration
This commit is contained in:
parent
b874b04ce3
commit
0f842c31de
3 changed files with 2 additions and 2 deletions
2
config/nvim/after/queries/elixir/spell.scm
Normal file
2
config/nvim/after/queries/elixir/spell.scm
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(comment) @spell
|
||||||
|
(string) @spell
|
|
@ -18,7 +18,6 @@
|
||||||
:json
|
:json
|
||||||
:lua
|
:lua
|
||||||
:make
|
:make
|
||||||
:markdown
|
|
||||||
:nix
|
:nix
|
||||||
:query
|
:query
|
||||||
:regex
|
:regex
|
||||||
|
|
|
@ -314,7 +314,6 @@ in
|
||||||
tree-sitter-json
|
tree-sitter-json
|
||||||
tree-sitter-lua
|
tree-sitter-lua
|
||||||
tree-sitter-make
|
tree-sitter-make
|
||||||
tree-sitter-markdown
|
|
||||||
tree-sitter-nix
|
tree-sitter-nix
|
||||||
tree-sitter-query
|
tree-sitter-query
|
||||||
tree-sitter-regex
|
tree-sitter-regex
|
||||||
|
|
Loading…
Reference in a new issue