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,
},
}

View File

@@ -43,6 +43,8 @@ require('lazy').setup({
require 'kickstart.plugins.treesitter',
require 'kickstart.plugins.neo-tree',
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.