diff options
author | Hampus <hampus@hampusmat.com> | 2022-01-05 23:21:06 +0100 |
---|---|---|
committer | Hampus <hampus@hampusmat.com> | 2022-01-05 23:21:06 +0100 |
commit | d115debe363ec7faf91649a6b2195ac8e0a3ef51 (patch) | |
tree | e3b301dfe30208f7f660c957f82c892ac85d0d98 | |
parent | 0745635421688ce777f663d13531996cb4da6514 (diff) |
docs: fix readme
-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 |