You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Vim when I run :LspDefinition in my own project it works fine and opens the file where the definition resides. However this file isn't explicitly opened by a textDocument/didOpen event, so trying to follow a definition further into this file will fail as the key is not found in projectFiles. Whether this is a bug in NimLSP or VimLSP is currently unknown (any input on this is much appreciated), but a fallback should probably be added in NimLSP either way to automatically open non-opened files.
The text was updated successfully, but these errors were encountered:
In Vim when I run
:LspDefinition
in my own project it works fine and opens the file where the definition resides. However this file isn't explicitly opened by atextDocument/didOpen
event, so trying to follow a definition further into this file will fail as the key is not found inprojectFiles
. Whether this is a bug in NimLSP or VimLSP is currently unknown (any input on this is much appreciated), but a fallback should probably be added in NimLSP either way to automatically open non-opened files.The text was updated successfully, but these errors were encountered: