kickstart.nvim
kickstart.nvim copied to clipboard
Use lazy's init instead of disabling lazy loading for tokyonight
Lazy's init function runs at startup and colorschemes are auto loaded when called so it removes the need of disabling lazy loading.
Good solution, strange, for some reason I didn’t seem to see this in the examples of lazy.nvim (done via config there)