feat(nvim): move to snacks dashboard

This commit is contained in:
Stefan Imhoff
2025-01-31 15:14:35 +01:00
parent ce51e2a38c
commit 88fff2aad9
6 changed files with 59 additions and 123 deletions

View File

@@ -1,13 +1,11 @@
-- Remove all background colors to make Neovim transparent
-- https://github.com/xiyaowong/nvim-transparent
return {
"xiyaowong/nvim-transparent",
opts = {
extra_groups = {
"TelescopeBorder",
"TelescopeNormal",
-- "NeoTreeNormal",
-- "NeoTreeNormalNC",
},
},
"xiyaowong/nvim-transparent",
opts = {
extra_groups = {
"TelescopeBorder",
"TelescopeNormal",
},
},
}