ishan9299 / modus-theme-vim

Port of modus-themes in neovim
MIT License
160 stars 10 forks source link

getting started optimisations #8

Closed matu3ba closed 3 years ago

matu3ba commented 3 years ago
  1. is missing how to enable termguicolors
  2. Plug 'ishan9299/modus-theme-vim', {'branch': 'stable'} -- only if you are not using nightly I guess one can remove branch stable, if one is not on nightly. This could be more explicit in the formulation.
  3. recommended init.lua setup tutorial would be great
  4. use 1 setup option and move the other to package_setup.md (with linking to it)
ishan9299 commented 3 years ago
  1. is missing how to enable termguicolors

The colorscheme will work even if termguicolors is not set but it is enabled automatically maybe because of colorbuddy.

  1. recommended init.lua setup tutorial would be great

The README does state how to set the colorscheme and it is in lua.

Also will update the README on how to setup the colorscheme.