feat: add some new language servers

This commit is contained in:
Devin Haska 2024-02-04 11:17:56 -08:00
parent 7faba0c08a
commit 65f3cf2928
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ return {
config = function()
local config = require("nvim-treesitter.configs")
config.setup({
ensure_installed = { "lua", "javascript", "typescript", "tsx" },
ensure_installed = { "lua", "javascript", "typescript", "tsx", "htmldjango", "html", "jsonc", "json", "jsdoc", "markdown", "markdown_inline", "vim", "vimdoc" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true }