Skip to content

fix: codelens typo on lsp fallback - #622

Merged
ray-x merged 1 commit into
ray-x:masterfrom
ccp-mei:mei/code-lens-typo
Sep 11, 2026
Merged

fix: codelens typo on lsp fallback#622
ray-x merged 1 commit into
ray-x:masterfrom
ccp-mei:mei/code-lens-typo

Conversation

@ccp-mei

@ccp-mei ccp-mei commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Hi there! I've been catching some errors whenever attaching my golang LSP coming out of edit mode. Turns out, I trigged this typo when falling back on the nvim 0.11 hack. Fixing this typo also fixes my error, and my codelens has been working ever since :)

LSP[gopls]: Error ON_ATTACH_ERROR: "~/.vim/plugged/go.nvim/lua/go/lsp.lua:47: attempt to index field 'condelens
  ' (a nil value)"

Hi there! I've been catching some errors whenever attaching my golang LSP coming out of edit mode. Turns out, I trigged this typo when falling back on the nvim 0.11 hack. Fixing this typo also fixes my error, and my codelens has been working ever since :) 

```
LSP[gopls]: Error ON_ATTACH_ERROR: "~/.vim/plugged/go.nvim/lua/go/lsp.lua:47: attempt to index field 'condelens
  ' (a nil value)"
```

@ray-x ray-x left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@ray-x
ray-x merged commit f5d1f11 into ray-x:master Sep 11, 2026
2 checks passed
@ccp-mei
ccp-mei deleted the mei/code-lens-typo branch September 11, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants