nvim: treesitter: Drop clojure and fennel

We added them briefly but never used these.
This commit is contained in:
Sanchayan Maity 2021-10-14 14:41:39 +05:30
parent e4ac609db3
commit eb406bd1da
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/100.
require'nvim-treesitter-textobjects'
local ts_langs = { "bash", "c", "clojure", "cpp", "fennel", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "verilog", "vim" }
local ts_langs = { "bash", "c", "cpp", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "verilog", "vim" }
require'nvim-treesitter.install'.compilers = { "gcc" }
require'nvim-treesitter.configs'.setup {