Install treesitter parsers upon entering buffer

This commit is contained in:
2023-09-05 18:22:54 +02:00
committed by GitHub
parent 5f134d3f6c
commit d681fffce0
2 changed files with 1 additions and 59 deletions
-1
View File
@@ -88,7 +88,6 @@ local plugins = {
config = function () require("config.treesitter") end,
lazy = true,
event = "VimEnter",
build = ":TSUpdate",
},
{
"mfussenegger/nvim-dap",