turned on neotree and changed theme

This commit is contained in:
2025-11-21 19:58:14 +01:00
parent 6846260101
commit bb0d2cf102
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ return {
-- 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 'tokyonight-day'
vim.cmd.colorscheme 'tokyonight-moon'
end,
},
}