AutoYADM commit: 2024-12-21 20:15:02
This commit is contained in:
parent
b0024373a0
commit
60eab70e83
3 changed files with 10 additions and 2 deletions
6
.config/nvim/lua/plugins/colorizer.lua
Normal file
6
.config/nvim/lua/plugins/colorizer.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"catgoose/nvim-colorizer.lua",
|
||||
event = "BufReadPre",
|
||||
opts = { -- set to setup table
|
||||
},
|
||||
}
|
|
@ -2,6 +2,7 @@ return {
|
|||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||
{ "folke/tokyonight.nvim", enabled = false },
|
||||
{ "catpuccin/nvim", enabled = false },
|
||||
{ "echasnovski/mini.hipatterns", enabled = false },
|
||||
-- { "folke/noice.nvim", enabled = false },
|
||||
}
|
||||
-- TODO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue