change theme to tokyonight, disable neo-tree on init

This commit is contained in:
Lorran David 2025-02-05 02:43:19 -03:00
parent 85cf14f8a3
commit 13347977be
3 changed files with 11 additions and 10 deletions

View file

@ -855,7 +855,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 'tokyonight'
vim.cmd.colorscheme 'tokyonight-night'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'