-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add doc about usage with vim-plug #52
Comments
I haven't used vim-plug for a long time. It will hack |
Hi @kevinhwang91, I'm currently working on this issue. May I know why we have to use I can see the function called in setup file but in the guideline, we have to call it again (with different parameters though). Thanks in advance! |
Because the initial sequence of plugins may make nvim abnormal. User should initialize hlslens explicitly.
Just to warn user invoke |
I've created the PR: #62. Kindly help to check. Thanks! |
When I try the following :
I get following error :
It worked well a few months ago (can't tell when exactly it stopped working).
It would be great to add installation instruction for vim-plug.
Also, I'm not much used to using lua in my .vimrc, it would be great to tell more about where you are putting the following :
(source : https://github.com/kevinhwang91/nvim-hlslens#minimal-configuration)
The text was updated successfully, but these errors were encountered: