1
Fork 0

Self management stuff + vim.loader

This commit is contained in:
Matei Adriel 2023-09-05 20:59:37 +03:00
parent 2e8ec89ef5
commit fe3c267ca9
No known key found for this signature in database
12 changed files with 41 additions and 19 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -198,7 +198,7 @@ return {
})
end,
event = "VeryLazy",
cond = false,
-- cond = false,
},
{
"mbbill/undotree",