AstroNvim / AstroNvim

AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
https://AstroNvim.com
GNU General Public License v3.0
12.3k stars 912 forks source link

Changing colorscheme in user settings not working #2

Closed jhwarner closed 2 years ago

jhwarner commented 2 years ago

Changing the colorscheme value in lua/user/settings.lua does not work. Adding plugins within that file does work, so I think the file is being picked up, just the colorscheme command isn't.

Changing the colorscheme manually works, so the colorscheme is installed. It will also work if I update the value in lua/core/defaults.lua

kabinspace commented 2 years ago

It looks like I made a mistake, I have just fixed it. Make sure you bring the following https://github.com/kabinspace/AstroVim/commit/2bdf10e790301584dbc8f5fb6b806169d3c31685 changes in lua/core/autocmds.lua file