Initial Commit

This commit is contained in:
Drew 2025-04-05 14:05:32 -07:00
commit bcb5556f7c
10 changed files with 166 additions and 0 deletions

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

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