Skip to content

Commit

Permalink
added treesitter markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
galiulinr committed Dec 6, 2023
1 parent b447687 commit fa9cd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ require('nvim-treesitter.configs').setup({
'go',
'json',
'lua',
'markdown',
'markdown_inline'
},
})

0 comments on commit fa9cd1c

Please sign in to comment.