bluz71 / vim-moonfly-colors

A dark charcoal theme for modern Neovim & classic Vim
MIT License
866 stars 65 forks source link

should be `lazy = false` #39

Closed ckoehler closed 1 year ago

ckoehler commented 1 year ago

Hey, thanks for your work! For the lazy.nvim installation, it should be lazy = false; that way it loads first. From the lazy docs for the priority setting:

Only useful for start plugins (lazy=false) to force loading certain plugins first. Default priority is 50. It's recommended to set this to a high number for colorschemes.

bluz71 commented 1 year ago

You are correct, many thanks for the fix.