Install and make vim-hexokinase. #838
-
Hello, I'm having some trouble installing this plugin, because it requires you to run I tried doing this but it doesn't seem to work: -- Vim Hexokinase
use {
'RRethy/vim-hexokinase',
run = 'make hexokinase',
} And lastly I should add that I'm on nightly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would try a
Change the 'startt' directory to 'opt' in the path above if necessary (depends if you have |
Beta Was this translation helpful? Give feedback.
I would try a
cd
into the directory the file is located in and then try the command:run = cd /path/to/.config/nvim/site/pack/packer/start/vim-hexokinase && make hexokinase
Change the 'startt' directory to 'opt' in the path above if necessary (depends if you have
opt
set totrue
).