nvim: treesitter: Enable BEAM languages

This commit is contained in:
Sanchayan Maity 2024-09-28 20:17:49 +05:30
parent 52d782da66
commit 9cddec5e81
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -3,7 +3,10 @@ local ts_langs = {
"c" , "c" ,
"cpp" , "cpp" ,
"diff" , "diff" ,
"elixir" ,
"erlang" ,
"fish" , "fish" ,
"gleam" ,
"go" , "go" ,
"haskell" , "haskell" ,
"html" , "html" ,