mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: miniaimate
This commit is contained in:
parent
e50fb19878
commit
72ff763f68
15 changed files with 897 additions and 607 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue