Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single and double quoted strings are not colored in vimrc when referencing Plug items #113

Open
nickjj opened this issue Aug 16, 2020 · 0 comments

Comments

@nickjj
Copy link

nickjj commented Aug 16, 2020

For example:

" Specify a directory for plugins.
call plug#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:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant