Skip to content

Commit

Permalink
Install treesitter parsers as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Dec 31, 2024
1 parent 7dbc6c8 commit 4a1f5c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
local function configure()
require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all"
ensure_installed = "all",
auto_install = true,
highlight = {
enable = true,
},
Expand Down

0 comments on commit 4a1f5c5

Please sign in to comment.