all repos

init.lua @ 0a11b476ffc0137438e975124831c3be4f9a2fa1

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
fix(plugin): lazyload for treesitter
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-09-09 14:14:59 +0300
Parent: 1b93c07
M lua/plugins.lua

@@ -77,6 +77,7 @@ use { -- syntax

"nvim-treesitter/nvim-treesitter", event = "BufRead", config = u.get.config "treesitter", + module = "nvim-treesitter", requires = { { "RRethy/nvim-treesitter-endwise", after = "nvim-treesitter" }, { "p00f/nvim-ts-rainbow", after = "nvim-treesitter" },