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

feat: md treesitter issues fixed

parent 7be3ba19
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ require('rose-pine').setup({ ...@@ -30,7 +30,7 @@ require('rose-pine').setup({
git_stage = "iris", git_stage = "iris",
git_text = "rose", git_text = "rose",
git_untracked = "subtle", git_untracked = "subtle",
--
headings = { headings = {
h1 = "iris", h1 = "iris",
h2 = "foam", h2 = "foam",
......
...@@ -11,9 +11,6 @@ require('nvim-treesitter.configs').setup { ...@@ -11,9 +11,6 @@ require('nvim-treesitter.configs').setup {
-- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally -- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
auto_install = true, auto_install = true,
-- TODO: looks like treesitter for MD is broken for now...
ignore_install = { "markdown", "markdown_inline" },
highlight = { highlight = {
enable = true, 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