Skip to content

Commit

Permalink
Ensure treesitter parsers for embedded languages are always installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Dec 28, 2024
1 parent 8ff62b1 commit f7311d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/.config/nvim/lua/dotfiles/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ vim.o.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
treesitter.setup {
auto_install = true,
ensure_installed = {
'css',
'html',
'javascript',
'markdown',
'markdown_inline',
'yaml',
},
highlight = {
enable = true,
Expand Down

0 comments on commit f7311d5

Please sign in to comment.