add: miniaimate

This commit is contained in:
asep.komarudin 2024-06-02 06:48:51 +07:00
parent e50fb19878
commit 72ff763f68
15 changed files with 897 additions and 607 deletions

View file

@ -29,17 +29,6 @@ vim.api.nvim_create_autocmd("ExitPre", {
desc = "Set cursor back to beam when leaving Neovim.",
})
vim.api.nvim_create_autocmd("FileType", {
pattern = {
"NvimTree",
"lazy",
"mason",
},
callback = function()
require("ufo").detach()
vim.opt_local.foldenable = false
end,
})
-- config for vim-visual-multi color selection
vim.g.VM_Mono_hl = "DiffText"