From ebda592777acf7324ca2622d9feb18c9d7afbe59 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Apr 2024 22:58:08 +0200 Subject: feat: add auto-indent remap, treesitter as code fold source --- lua/pml68/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 5c914fb..07f2e4c 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -1,7 +1,7 @@ local plugins = { -- Colorizer { - "NvChad/nvim-colorizer.lua", + "NvChad/nvim-colorizer.lua", event = "BufReadPost", config = function() require("colorizer").setup() -- cgit v1.2.3