mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
[lazyvim.plugins.extras.lang.typescript.lua] treesitter - ensure_installed typescript
Add treesitter config to ensure typescript is installed when enabling `lazyvim.plugins.extras.lang.typescript`
This commit is contained in:
parent
3dbace941e
commit
e463c68b8b
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,10 @@ return {
|
|||
root = { "tsconfig.json", "package.json", "jsconfig.json" },
|
||||
})
|
||||
end,
|
||||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "typescript", "javascript" } },
|
||||
},
|
||||
-- correctly setup lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue