@ -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'
@ -16,7 +16,7 @@ return {
opts = {
filesystem = {
window = {
position = "right",
-- position = "right",
mappings = {
['\\'] = 'close_window',
},