Replies: 2 comments
-
... connected to
in snacks (?). Neovim isn't made aware of a loaded file (?) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was lazy-loading the lsp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Don't know if this lands on you, Folke, but here would be the most initiated dialog.
a) When doing
$ nvim a.lua
the workspace doesn't get loaded?, lsp doesn't get attached (?). etc. In any case; testing the hover function 'K' : it seams like it tries to search the 'man pages' somehow.
(adding b.lua when nvim is running makes it all work for b.lua)
b) And doing
$ nvim a.lua b.lua
results in only b.lua getting the full functions.
c) This works fine:
$ nvim
starting nvim and *then adding a.lua, b.lua etc
/Ingemar
Beta Was this translation helpful? Give feedback.
All reactions