Initial commit
This commit is contained in:
commit
a33ed53635
15 changed files with 343 additions and 0 deletions
9
lua/plugins/transparent.lua
Normal file
9
lua/plugins/transparent.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'xiyaowong/transparent.nvim',
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader>t', ':TransparentToggle<CR>', {
|
||||
desc = "Toggle Transparency",
|
||||
})
|
||||
vim.opt.termguicolors = true
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue