Neotree toggle, catppuccin background transparent
This commit is contained in:
@@ -4,6 +4,10 @@ return {
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
config= function()
|
||||
require("catppuccin").setup({
|
||||
transparent_background = true,
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme "catppuccin"
|
||||
end
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user