fix(treesitter): we shouldn't ensure_installed anything
This commit is contained in:
@@ -26,7 +26,6 @@ return {
|
||||
return {
|
||||
autotag = { enable = true },
|
||||
context_commentstring = { enable = true, enable_autocmd = false },
|
||||
ensure_installed = { "markdown" },
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = function(_, bufnr) return vim.api.nvim_buf_line_count(bufnr) > 10000 end,
|
||||
|
||||
Reference in New Issue
Block a user