AutoYADM commit: 2025-01-03 10:15:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 10:15:02 -05:00
parent 69d28f23ef
commit c1af6e4668
No known key found for this signature in database
GPG key ID: D1B0947B25420214
4 changed files with 8 additions and 5 deletions

View file

@ -1,5 +1,6 @@
return {
"catgoose/nvim-colorizer.lua",
-- enabled = false,
event = "BufReadPre",
dependencies = {
"ficcdaf/ashen.nvim",

View file

@ -8,7 +8,10 @@ return {
},
},
},
{ "williamboman/mason.nvim", opts = {
ensure_installed = { "vale" },
} },
{
"williamboman/mason.nvim",
opts = {
-- ensure_installed = { "vale" },
},
},
}

View file

@ -6,7 +6,6 @@ local icons = {
}
return {
"MeanderingProgrammer/render-markdown.nvim",
enabled = false,
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" },
opts = {
indent = {