misc nvim lsp tweaks

This commit is contained in:
Matthew Ryan Dillon 2025-02-18 14:41:18 -05:00
parent 68213db5e0
commit 14f6531071
2 changed files with 18 additions and 2 deletions

View file

@ -5,7 +5,7 @@ return {
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "lua", "vim", "query", "javascript", "html", "python", "rust" },
ensure_installed = { "lua", "vim", "query", "javascript", "html", "python", "rust", "markdown" },
sync_install = false,
auto_install = true,
highlight = { enable = true },