nvim: treesitter: Drop teal

This commit is contained in:
Sanchayan Maity 2023-08-24 15:58:00 +05:30
parent dbc0672151
commit ba29cb1d56
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local ts_langs = { "cpp", "diff", "fennel", "fish", "go", "haskell", "html", "java", "javascript", "jsdoc", "json", "nix", "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", "toml", "tsx", "typescript", "verilog" }
require'nvim-treesitter.install'.compilers = { "gcc" }
require'nvim-treesitter.configs'.setup {