Skip to content
Snippets Groups Projects
Commit 7be3ba19 authored by iliya's avatar iliya
Browse files

todo: treesitter for md shat the bed, waiting for a fix

parent 6ce5eab7
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ require('nvim-treesitter.configs').setup {
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
auto_install = true,
-- TODO: looks like treesitter for MD is broken for now...
ignore_install = { "markdown", "markdown_inline" },
highlight = {
enable = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment