misc nvim lsp tweaks
This commit is contained in:
parent
68213db5e0
commit
14f6531071
2 changed files with 18 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue