Open edi9999 opened 2 years ago
I haven't used vim-plug for a long time. It will hack rtp
. I think we should make hlslens work fine with built-in package, h 'packpath'
. packer.nvim
is a wrapper for built-in package. If you want hlslens work with vim-plug
, PR is welcome.
Hi @kevinhwang91,
I'm currently working on this issue. May I know why we have to use vim.schedule
in this case to call the setup function?
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!
May I know why we have to use vim.schedule in this case to call the setup function?
Because the initial sequence of plugins may make nvim abnormal. User should initialize hlslens explicitly.
I can see the function called in setup file but in the guideline, we have to call it again (with different parameters though).
Just to warn user invoke setup
I've created the PR: https://github.com/kevinhwang91/nvim-hlslens/pull/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)