Is your feature request related to a problem? Please describe.
I tried to install peek using vim-plug using the following:
Plug 'toppair/peek.nvim'
lua <<EOF
require("peek").setup()
EOF
but that does not seem to make it work. If then try:
:lua require("peek").open{}
I get:
Peek error: error: Module not found "file:///home/seb/.config/nvim/plugged/peek.nvim/public/main.bundle.js".
Describe the solution you'd like
A clear and concise description of how to install peek using vim-plug. Likely there is a build step missing, but where and how to add it is unclear.
Thanks!
Is your feature request related to a problem? Please describe.
I tried to install peek using vim-plug using the following:
but that does not seem to make it work. If then try:
:lua require("peek").open{}I get:
Peek error: error: Module not found "file:///home/seb/.config/nvim/plugged/peek.nvim/public/main.bundle.js".Describe the solution you'd like
A clear and concise description of how to install peek using vim-plug. Likely there is a build step missing, but where and how to add it is unclear.
Thanks!