mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-02-22 08:38:00 +00:00
[neovim] Add mini.animate plugin
This commit is contained in:
parent
c6f899c9ac
commit
b40fa30e54
@ -88,6 +88,7 @@ require("lazy").setup({
|
||||
-- Plugins
|
||||
{ "nvim-lua/plenary.nvim", lazy = true },
|
||||
{ "echasnovski/mini.starter", lazy = "VimEnter", version = "*" },
|
||||
{ "echasnovski/mini.animate", version = "*" },
|
||||
{ "windwp/nvim-autopairs" },
|
||||
{ "numToStr/Comment.nvim" },
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||
|
@ -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")
|
||||
|
1
.config/nvim/lua/plugins/animate.lua
Normal file
1
.config/nvim/lua/plugins/animate.lua
Normal file
@ -0,0 +1 @@
|
||||
require("mini.animate").setup()
|
Loading…
x
Reference in New Issue
Block a user