1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/treesitter.lua: adding some common parsers

This commit is contained in:
Henrik Hautakoski 2025-03-23 16:25:59 +01:00
parent c182636b17
commit 080c5418a8

View file

@ -20,6 +20,17 @@ return {
"toml",
"xml",
"kdl",
-- misc
"comment",
"regex",
"re2c",
"xresources",
"sql",
"csv",
"ssh_config",
"printf",
"nginx",
},
auto_install = true,