nvim: treesitter: Remove verilog support

Conflicts with coq and crashes nvim sometimes.
This commit is contained in:
Sanchayan Maity 2022-01-08 10:51:54 +05:30
parent e3d3e8b986
commit c2fabd0259
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", "cpp", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "markdown", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "verilog", "vim" }
local ts_langs = { "bash", "c", "cpp", "fish", "haskell", "java", "javascript", "jsdoc", "json", "lua", "markdown", "nix", "python", "query", "rust", "teal", "toml", "tsx", "typescript", "vim" }
require'nvim-treesitter.install'.compilers = { "gcc" }
require'nvim-treesitter.configs'.setup {