kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Use lazy's init instead of disabling lazy loading for tokyonight

Open name-tar-xz opened this issue 1 year ago • 1 comments

Lazy's init function runs at startup and colorschemes are auto loaded when called so it removes the need of disabling lazy loading.

name-tar-xz avatar Mar 06 '24 07:03 name-tar-xz

Good solution, strange, for some reason I didn’t seem to see this in the examples of lazy.nvim (done via config there)

brxxlstxrs avatar Mar 06 '24 20:03 brxxlstxrs