1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 17:49:26 +00:00

[neovim] Add mini.animate plugin

This commit is contained in:
2025-02-02 12:05:55 +01:00
parent c6f899c9ac
commit b40fa30e54
3 changed files with 4 additions and 1 deletions

View File

@ -32,8 +32,9 @@ vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
vim.opt.signcolumn = "yes"
vim.opt.wrap = false
vim.opt.scrolloff = 8
vim.opt.scrolloff = 4
vim.opt.sidescrolloff = 8
vim.opt.smoothscroll = true
vim.opt.guifont = "monospace:h10"
vim.opt.shortmess:append("c")
vim.opt.whichwrap:append("<,>,[,],h,l")