Skip to content

Commit

Permalink
Fix packer.nvim style example config miss
Browse files Browse the repository at this point in the history
  • Loading branch information
mimikun committed Mar 15, 2024
1 parent 1615114 commit f67da71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ require('jetpack.packer').startup(function(use)
run = ':TSUpdate',
config = function()
require'nvim-treesitter.configs'.setup {
ensure_installed = 'maintained',
ensure_installed = { "c", "lua", "vim", "vimdoc", "query" },
highlight = { enable = true }
}
end
Expand Down Expand Up @@ -181,7 +181,7 @@ require('jetpack.packer').add {
run = ':TSUpdate',
config = function()
require'nvim-treesitter.configs'.setup {
ensure_installed = 'maintained',
ensure_installed = { "c", "lua", "vim", "vimdoc", "query" },
highlight = { enable = true }
}
end
Expand Down

0 comments on commit f67da71

Please sign in to comment.