mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
fix(nvim): treesitter + rendermarkdown to render codeblock
This commit is contained in:
parent
8d0d95420a
commit
5140f754cc
1 changed files with 3 additions and 0 deletions
|
|
@ -16,5 +16,8 @@ return {
|
|||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
},
|
||||
config = function()
|
||||
require('nvim-treesitter.configs').setup({ highlight = { enable = true } })
|
||||
end
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue