nvim: treesitter: Enable Zig

This commit is contained in:
Sanchayan Maity 2024-11-02 20:22:51 +05:30
parent 43f6e5331b
commit aad1c8c217
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -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" }