diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,4 @@ - -🌟🌟🌟 **Looking for a maintainer.** 🌟🌟🌟 This project needs your care and knowledge of VIM. Open an issue if you want to take that role. +A continuation of the [Ayu-Vim projwct](https://github.com/ayu-theme/ayu-vim). ![ayu-vim](http://i.imgur.com/7vnF4Na.png) @@ -8,7 +7,7 @@ # Installation ```VimL -Plug 'ayu-theme/ayu-vim' " or other package manager +Plug 'https://git.hampusmat.com/ayu-vim' " or other package manager "... set termguicolors " enable true colors support let ayucolor="light" " for light version of theme |