feat: add some new language servers
This commit is contained in:
parent
7faba0c08a
commit
65f3cf2928
2 changed files with 5 additions and 5 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue