diff --git a/lua/kickstart/plugins/tokyonight.lua b/lua/kickstart/plugins/tokyonight.lua index 25d850e..83bcd2a 100644 --- a/lua/kickstart/plugins/tokyonight.lua +++ b/lua/kickstart/plugins/tokyonight.lua @@ -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, }, } diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 5d58ec1..d877130 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -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.