Modify colorful plugins in nvim

This commit is contained in:
mattr
2025-04-23 16:17:52 -05:00
parent 5718d7336a
commit 3654cd5273
6 changed files with 91 additions and 24 deletions

View File

@@ -0,0 +1,19 @@
-- return {
-- "lukas-reineke/indent-blankline.nvim",
-- main = "ibl",
-- opts = function(_, opts)
-- -- Other blankline configuration here
-- return require("indent-rainbowline").make_opts(opts)
-- end,
-- dependencies = {
-- "TheGLander/indent-rainbowline.nvim",
-- },
-- }
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
}

View File

@@ -11,6 +11,7 @@ local servers = {
}
return {
"b0o/schemastore.nvim",
{
"williamboman/mason.nvim",
ensure_installed = {