aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-16 22:58:08 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-16 22:58:08 +0200
commitebda592777acf7324ca2622d9feb18c9d7afbe59 (patch)
treecb6e44308e8f8e625c63b394b55836178c091724 /lua/pml68/plugins.lua
parentfeat: switch to Rosé Pine theme (diff)
downloadnvim-ebda592777acf7324ca2622d9feb18c9d7afbe59.tar.gz
feat: add auto-indent remap, treesitter as code fold source
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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()