neovim: Disable tree sitter bash

It has been broken for a long time.
nazuna
Simon Bruder 2023-03-09 19:58:41 +01:00
parent b65129018a
commit 0a4250330a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

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