diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-01 13:34:07 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-01 13:34:07 +0200 |
| commit | 75f4903d4a488cad4820c68de4083adfea8c4e56 (patch) | |
| tree | fb80392b9a2ed3e0cd41df75742dd624cb508cec /nvim | |
| parent | 3ddcd260153bcef040c31754737615e759f9b9c9 (diff) | |
| download | dotfiles-75f4903d4a488cad4820c68de4083adfea8c4e56.tar.gz dotfiles-75f4903d4a488cad4820c68de4083adfea8c4e56.tar.bz2 dotfiles-75f4903d4a488cad4820c68de4083adfea8c4e56.zip | |
treesitter: Das Plugin unterstützt kein Lazy-Loading.
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/treesitter.lua | 3 |
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") |
