neovim: Disable tree sitter bash
It has been broken for a long time.
This commit is contained in:
parent
b65129018a
commit
0a4250330a
|
@ -111,7 +111,7 @@ in
|
||||||
(name: path: lib.nameValuePair "nvim/parser/${lib.removePrefix "tree-sitter-" name}.so" { source = "${path}/parser"; })
|
(name: path: lib.nameValuePair "nvim/parser/${lib.removePrefix "tree-sitter-" name}.so" { source = "${path}/parser"; })
|
||||||
({
|
({
|
||||||
inherit (pkgs.tree-sitter.builtGrammars)
|
inherit (pkgs.tree-sitter.builtGrammars)
|
||||||
tree-sitter-bash
|
#tree-sitter-bash
|
||||||
tree-sitter-c
|
tree-sitter-c
|
||||||
tree-sitter-cpp
|
tree-sitter-cpp
|
||||||
tree-sitter-css
|
tree-sitter-css
|
||||||
|
|
Loading…
Reference in a new issue