Skip to content

Commit

Permalink
[nvim] Enable Treesitter auto-install
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Oct 15, 2024
1 parent 04c8aa3 commit 2fcc2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim.symlink/lua/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require("nvim-treesitter.configs").setup({
"vimdoc",
"yaml",
},
auto_install = true,
ignore_install = {},
highlight = {
enable = true,
Expand Down

0 comments on commit 2fcc2e2

Please sign in to comment.