This commit is contained in:
zack 2024-12-19 21:47:51 -05:00
parent ed77ae6e6b
commit bf86126a00
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
22 changed files with 1490 additions and 243 deletions

View file

@ -6,6 +6,24 @@ return {
news = { lazyvim = false },
},
},
{
"snacks.nvim",
opts = {
scroll = {
enabled = false,
},
dashboard = {
preset = {
header = [[
l
l ~
f_,)
]],
},
},
},
},
{
"catppuccin",
opts = { transparent_background = true, integrations = {
@ -34,16 +52,6 @@ return {
nerd_font_variant = "mono",
},
},
{
"karb94/neoscroll.nvim",
config = function()
require("neoscroll").setup({})
end,
},
{
"sphamba/smear-cursor.nvim",
opts = {},
},
{
"folke/snacks.nvim",
priority = 1000,