mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-03 14:04:34 +02:00
feat: add luap to nvim-treesitter ensure_installed (#383)
This commit is contained in:
parent
6fec14e508
commit
f441faad03
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ return {
|
||||||
"javascript",
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
|
"luap",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"python",
|
"python",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue