From f349a32582f844cfdd6d7ba369997a6a643c945b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 1 Jul 2023 18:15:58 +0530 Subject: [PATCH] nvim: treesitter: Bash, markdown & python are included upstream --- nvim/.config/nvim/lua/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/treesitter.lua b/nvim/.config/nvim/lua/treesitter.lua index da073dc..4230055 100644 --- a/nvim/.config/nvim/lua/treesitter.lua +++ b/nvim/.config/nvim/lua/treesitter.lua @@ -1,4 +1,4 @@ -local ts_langs = { "bash", "cpp", "diff", "fennel", "fish", "go", "haskell", "html", "java", "javascript", "jsdoc", "json", "markdown", "nix", "python", "query", "racket", "rust", "scheme", "teal", "toml", "tsx", "typescript", "verilog" } +local ts_langs = { "cpp", "diff", "fennel", "fish", "go", "haskell", "html", "java", "javascript", "jsdoc", "json", "nix", "query", "racket", "rust", "scheme", "teal", "toml", "tsx", "typescript", "verilog" } require'nvim-treesitter.install'.compilers = { "gcc" } require'nvim-treesitter.configs'.setup {