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

@@ -4,6 +4,10 @@ return {
priority = 1000,
lazy = false,
config= function()
require("catppuccin").setup({
transparent_background = true,
})
vim.cmd.colorscheme "catppuccin"
end
}

View File

@@ -7,6 +7,6 @@ return {
"MunifTanjim/nui.nvim",
},
config = function()
vim.keymap.set('n', '<C-n>', ':Neotree filesystem reveal right<CR>', {})
vim.keymap.set('n', '<C-n>', ':Neotree filesystem reveal right toggle<CR>', {})
end
}