aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index f33a414..faa850a 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -9,8 +9,7 @@ return {
9 "nvim-treesitter/nvim-treesitter", 9 "nvim-treesitter/nvim-treesitter",
10 branch = "main", 10 branch = "main",
11 build = ":TSUpdate", 11 build = ":TSUpdate",
12 event = "BufReadPost", 12 lazy = false,
13 lazy = true,
14 opts = {}, 13 opts = {},
15 config = function(_, opts) 14 config = function(_, opts)
16 local treesitter = require("nvim-treesitter") 15 local treesitter = require("nvim-treesitter")