neovim: Disable tree sitter bash

It has been broken for a long time.
This commit is contained in:
Simon Bruder 2023-03-09 19:58:41 +01:00
parent b65129018a
commit 0a4250330a
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -111,7 +111,7 @@ in
(name: path: lib.nameValuePair "nvim/parser/${lib.removePrefix "tree-sitter-" name}.so" { source = "${path}/parser"; })
({
inherit (pkgs.tree-sitter.builtGrammars)
tree-sitter-bash
#tree-sitter-bash
tree-sitter-c
tree-sitter-cpp
tree-sitter-css