Neotree toggle, catppuccin background transparent

This commit is contained in:
Pablu23
2024-05-18 16:40:57 +02:00
parent 49e837b746
commit d8ad94bbe2
4 changed files with 10 additions and 5 deletions

View File

@@ -5,3 +5,8 @@ vim.cmd("set shiftwidth=2")
vim.cmd("set expandtab")
vim.cmd("set number")
vim.cmd("set clipboard+=unnamedplus")
vim.cmd("highlight Normal guibg=none")
vim.cmd("highlight NonText guibg=none")
vim.cmd("highlight Normal ctermbg=none")
vim.cmd("highlight NonText ctermbg=none")