-
Verify
How can we help you?I'd added the git repo to init.vim and :PlugInstall, all OK. zk is installed (/usr/bin/zk). As I never before needed to do something beyond that for other plugins, where I am supposed to put the "require("zk").setup()" or the example configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
exlumine
Aug 7, 2023
Replies: 1 comment
-
[solved] For others who might have troubles here: After your plug-section
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
exlumine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[solved]
As I do use vimscript (init.vim) instead of lua (init.lua), I did not know what to do with the setup script.
For others who might have troubles here:
After your plug-section
call plug#end()
, put the setup script into a lua block