diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index e6db343..f9ef6f7 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -16,5 +16,15 @@ local function map(mode, lhs, rhs, opts) end end -map("n", "", "zz", { desc = "Centered Half Page Up", remap = true }) -map("n", "", "zz", { desc = "Centered Half Page Down", remap = true }) +map( + "n", + "", + "lua vim.cmd('normal! '); MiniAnimate.execute_after('scroll', 'normal! zz')", + { desc = "Centered Half Page Up", remap = true } +) +map( + "n", + "", + "lua vim.cmd('normal! '); MiniAnimate.execute_after('scroll', 'normal! zz')", + { desc = "Centered Half Page Down", remap = true } +) diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 69bc808..3280676 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -10,6 +10,9 @@ return { }) end, }, + { + "nyoom-engineering/oxocarbon.nvim", + }, -- Configure LazyVim to load rose-pine { diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 5aed9da..1356130 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -15,6 +15,11 @@ return { group = "module", }, }, + cargo = { + buildScripts = { + enable = false, + }, + }, files = { excludeDirs = { "pe-template",