style: minor styling plugins included
This commit is contained in:
@@ -8,9 +8,23 @@ return {
|
||||
return require("plugins.opts.gitsigns")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
lazy = false,
|
||||
},
|
||||
{ "tpope/vim-fugitive" }
|
||||
|
||||
{ "tpope/vim-fugitive" },
|
||||
|
||||
{
|
||||
dir = "~/Documents/Code/monkey-alert.nvim",
|
||||
name = "monkey-alert",
|
||||
opts = {
|
||||
monkey_mail_list = "john@doe.org,another@dude.me,dani.heras@hotmail.com",
|
||||
blame_text_color_hex = "#c0ffee",
|
||||
blame_text = "- Monkey alert 🐒",
|
||||
blame_position = "eol",
|
||||
auto_attach = true
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -10,8 +10,23 @@ return {
|
||||
variant = "darker", -- dark, light, darker | dawn
|
||||
},
|
||||
},
|
||||
|
||||
{ "echasnovski/mini.icons" },
|
||||
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = function()
|
||||
return require("plugins.opts.noice")
|
||||
end,
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
-- OPTIONAL:
|
||||
-- `nvim-notify` is only needed, if you want to use the notification view.
|
||||
-- If not available, we use `mini` as the fallback
|
||||
-- "rcarriga/nvim-notify",
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
|
||||
Reference in New Issue
Block a user