mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: adding kdl to treesitter
This commit is contained in:
parent
66d64343c6
commit
f2572da472
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ return {
|
||||||
"glsl",
|
"glsl",
|
||||||
"hlsl",
|
"hlsl",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline"
|
"markdown_inline",
|
||||||
|
"kdl"
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue