2026 nvim config

This commit is contained in:
Will
2026-03-29 20:12:58 +01:00
commit 22e52c883a
17 changed files with 386 additions and 0 deletions

9
lua/plugins/snacks.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
opts = {}
}
}