Fleshout the default nvim setup

This commit is contained in:
David Heinemeier Hansson
2025-06-01 11:39:15 +02:00
parent 9d1b94508d
commit d689c9705f
5 changed files with 70 additions and 4 deletions

View File

@ -0,0 +1,8 @@
return {
"folke/snacks.nvim",
opts = {
scroll = {
enabled = false, -- Disable scrolling animations
},
},
}

View File

@ -0,0 +1,8 @@
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}