You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" Specify a directory for plugins.callplug#begin('~/.vim/plugged')
" Atom One Dark / Light theme.
Plug 'rakr/vim-one'
With Vim One (either dark or light), the '~/.vim/plugged' will be colored up green, but the rakr/vim-one line will be the same color as Plug which in the end, isn't colored up. Other single and double quoted strings in the vimrc will be colored up.
Here's a screenshot:
The text was updated successfully, but these errors were encountered:
For example:
With Vim One (either dark or light), the
'~/.vim/plugged'
will be colored up green, but therakr/vim-one
line will be the same color asPlug
which in the end, isn't colored up. Other single and double quoted strings in the vimrc will be colored up.Here's a screenshot:
The text was updated successfully, but these errors were encountered: