diff --git a/init.lua b/init.lua index f3a28c05..a98cb24a 100644 --- a/init.lua +++ b/init.lua @@ -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' diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index 2f536ec7..e63f9420 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -16,7 +16,7 @@ return { opts = { filesystem = { window = { - position = "right", + -- position = "right", mappings = { ['\\'] = 'close_window', },