nvim: treesitter: Enable Zig
This commit is contained in:
parent
43f6e5331b
commit
aad1c8c217
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ local ts_langs = {
|
||||||
"verilog" ,
|
"verilog" ,
|
||||||
"vhdl" ,
|
"vhdl" ,
|
||||||
"vim" ,
|
"vim" ,
|
||||||
"vimdoc"
|
"vimdoc" ,
|
||||||
|
"zig"
|
||||||
}
|
}
|
||||||
|
|
||||||
require'nvim-treesitter.install'.compilers = { "gcc" }
|
require'nvim-treesitter.install'.compilers = { "gcc" }
|
||||||
|
|
Loading…
Reference in a new issue