Skip to content

Peek.nvim not opening WebView on NixOS with Lazy setup #82

@kodonaut

Description

@kodonaut

Describe the bug
It doesn't work, installed via Lazy with default config, no error message when using peekopen.

To Reproduce
Installed via Lazy and ran PeekOpen on README.md.

Expected behavior
I expected a WebView to open :)

Screenshots

Image

Desktop (please complete the following information):

  • OS: NixOS 24.11.20241219.b47fd6f (Vicuna)

  • nvim --version:
    NVIM v0.10.2
    Build type: Release
    LuaJIT 2.1.1713773202

  • deno --version:
    deno 2.1.4 (stable, release, x86_64-unknown-linux-gnu)
    v8 13.0.245.12-rusty
    typescript 5.6.2

  • plugin setup:

return {
    "toppair/peek.nvim",
    event = { "VeryLazy" },
    build = "deno task build:fast",
    config = function()
        require("peek").setup()
        vim.api.nvim_create_user_command("PeekOpen", require("peek").open, {})
        vim.api.nvim_create_user_command("PeekClose", require("peek").close, {})
    end,
}

Additional context

INFO 3846125 11/02/2025, 14:23:20.622 DENO_ENV: undefined
INFO 3846125 11/02/2025, 14:23:20.645 deno: 2.1.4 v8: 13.0.245.12-rusty typescript: 5.6.2
INFO 3846125 11/02/2025, 14:23:20.646 listening on localhost:43735
INFO 3846125 11/02/2025, 14:23:20.702 webview closed, code: 1
INFO 3846217 11/02/2025, 14:23:48.677 DENO_ENV: undefined
INFO 3846217 11/02/2025, 14:23:48.700 deno: 2.1.4 v8: 13.0.245.12-rusty typescript: 5.6.2
INFO 3846217 11/02/2025, 14:23:48.701 listening on localhost:34695
INFO 3846217 11/02/2025, 14:23:48.756 webview closed, code: 1
INFO 3847687 11/02/2025, 14:27:25.255 DENO_ENV: undefined
INFO 3847687 11/02/2025, 14:27:25.278 deno: 2.1.4 v8: 13.0.245.12-rusty typescript: 5.6.2
INFO 3847687 11/02/2025, 14:27:25.280 listening on localhost:39113
INFO 3847687 11/02/2025, 14:27:25.341 webview closed, code: 1
INFO 3847759 11/02/2025, 14:27:34.524 DENO_ENV: undefined --help
INFO 3847759 11/02/2025, 14:27:34.548 deno: 2.1.4 v8: 13.0.245.12-rusty typescript: 5.6.2
INFO 3847759 11/02/2025, 14:27:34.549 listening on localhost:32943
INFO 3847759 11/02/2025, 14:27:34.613 webview closed, code: 1
INFO 3847824 11/02/2025, 14:27:39.036 DENO_ENV: undefined
INFO 3847824 11/02/2025, 14:27:39.060 deno: 2.1.4 v8: 13.0.245.12-rusty typescript: 5.6.2
INFO 3847824 11/02/2025, 14:27:39.061 listening on localhost:43869
INFO 3847824 11/02/2025, 14:27:39.124 webview closed, code: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions