diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-16 22:58:08 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-16 22:58:08 +0200 |
| commit | ebda592777acf7324ca2622d9feb18c9d7afbe59 (patch) | |
| tree | cb6e44308e8f8e625c63b394b55836178c091724 /lua/pml68/plugins.lua | |
| parent | feat: switch to Rosé Pine theme (diff) | |
| download | nvim-ebda592777acf7324ca2622d9feb18c9d7afbe59.tar.gz | |
feat: add auto-indent remap, treesitter as code fold source
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
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() |
