nvimdev / nvimdev/lspsaga.nvim

config.hover.open_browser is not defined?

Open
#1,491 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Lua
Stars
3.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

I found that open_browser is not defined in project.

$ git grep 'open_browser'
lua/lspsaga/hover.lua:    cmd = config.hover.open_browser

https://github.com/nvimdev/lspsaga.nvim/blob/e64351d0e6335eadf089aa2b9f17221e54ca10a4/lua/lspsaga/hover.lua#L46

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with lua/lspsaga/hover.lua at the reference to config.hover.open_browser, then search the project for the hover configuration and its defaults. Confirm whether open_browser should be defined or the reference should be changed, and verify that the hover behavior no longer uses an undefined configuration value.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.