Update catppuccin flavour & neo-tree position

This commit is contained in:
lorran.thierry.david 2024-06-13 00:30:24 -03:00 committed by Lorran David
parent 4a524da6ea
commit 9fbbb9acd5
2 changed files with 2 additions and 2 deletions

View File

@ -847,7 +847,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'catppuccin-mocha'
vim.cmd.colorscheme 'catppuccin-macchiato'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'

View File

@ -16,7 +16,7 @@ return {
opts = {
filesystem = {
window = {
position = "right",
-- position = "right",
mappings = {
['\\'] = 'close_window',
},