ide features for Typescrript and JavaScript

This commit is contained in:
2026-03-27 09:46:41 +01:00
parent 38ad61c7d1
commit da04ee3883
4 changed files with 79 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ return {
if ok then
configs.setup({
auto_install = true,
-- ensure_installed = { "python", "lua", "json", "yaml", "markdown" },
ensure_installed = { "python", "lua", "json", "yaml", "javascript", "typescript" },
highlight = { enable = true },
indent = { enable = true },
})