Skip to content

Commit

Permalink
fix(trouble): add missing markdown treesitter req
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojust committed May 5, 2024
1 parent 6515baf commit 0ceab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/kickstart/plugins/treesitter.lua
Expand Up @@ -3,7 +3,7 @@ return {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
Expand Down

0 comments on commit 0ceab40

Please sign in to comment.