Skip to content

Add instructions how to install using vim-plug #74

@sstark

Description

@sstark

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions