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:
@ -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")
|
||||
|
Reference in New Issue
Block a user