mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-02-20 23:38:03 +00:00
Minor plugin upgrades
This commit is contained in:
@@ -108,6 +108,12 @@ return {
|
||||
{ -- Undo tree
|
||||
"mbbill/undotree",
|
||||
event = "VeryLazy",
|
||||
keys = require("config.keys").undotree,
|
||||
},
|
||||
{
|
||||
"XXiaoA/atone.nvim",
|
||||
event = "VeryLazy",
|
||||
cmd = "Atone",
|
||||
keys = require("config.keys").atone,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user