mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-16 04:35:51 -06:00
Modify colorful plugins in nvim
This commit is contained in:
19
nvim/lua/plugins/colorful_indent.lua
Normal file
19
nvim/lua/plugins/colorful_indent.lua
Normal 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 = {},
|
||||
}
|
||||
@@ -11,6 +11,7 @@ local servers = {
|
||||
}
|
||||
|
||||
return {
|
||||
"b0o/schemastore.nvim",
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
ensure_installed = {
|
||||
|
||||
Reference in New Issue
Block a user