feat: cleanup + autosession + undotree
This commit is contained in:
@@ -16,16 +16,16 @@ return {
|
||||
|
||||
{ "tpope/vim-fugitive" },
|
||||
|
||||
{
|
||||
-- dir = "~/Documents/Code/monkey-alert.nvim",
|
||||
"dqnid/monkey-alert.nvim",
|
||||
name = "monkey-alert",
|
||||
opts = {
|
||||
monkey_mail_list = require("config.monkeylist"),
|
||||
blame_text_color_hex = "#c0ffee",
|
||||
blame_text = "- Monkey alert 🐒",
|
||||
blame_position = "eol",
|
||||
auto_attach = false,
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- -- dir = "~/Documents/Code/monkey-alert.nvim",
|
||||
-- "dqnid/monkey-alert.nvim",
|
||||
-- name = "monkey-alert",
|
||||
-- opts = {
|
||||
-- monkey_mail_list = require("config.monkeylist"),
|
||||
-- blame_text_color_hex = "#c0ffee",
|
||||
-- blame_text = "- Monkey alert 🐒",
|
||||
-- blame_position = "eol",
|
||||
-- auto_attach = false,
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user