Improve colors/.vim instructions

This commit is contained in:
Oliver Marriott 2021-04-09 11:45:47 +10:00
parent 7a7e9b5951
commit 15d8d4e86a
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -6,11 +6,14 @@ let g:colors_name="lush_template"
" which means the require ahead will *always* occur. " which means the require ahead will *always* occur.
" "
" This isn't strictly required but it can be a useful trick if you are " This isn't strictly required but it can be a useful trick if you are
" incrementally editing your confit a lot and want to be sure your themes " incrementally editing your config a lot and want to be sure your themes
" changes are being picked up without restarting neovim. " changes are being picked up without restarting neovim.
" "
" Note if you're working in on your theme and have lush.ify'd the buffer, " Note if you're working in on your theme and have :Lushify'd the buffer,
" your changes will be applied with our without the following line. " your changes will be applied with our without the following line.
"
" The performance impact of this call can be measured in the hundreds of
" *nanoseconds* and such could be considered "production safe".
lua package.loaded['lush_theme.lush_template'] = nil lua package.loaded['lush_theme.lush_template'] = nil
" include our theme file and pass it to lush to apply " include our theme file and pass it to lush to apply