marksman icon indicating copy to clipboard operation
marksman copied to clipboard

Marksman is not aware of newly created file before it is opened

Open chedieck opened this issue 9 months ago • 1 comments

When I make a link to a new file, I can create the file with the LSP with lua vim.lsp.buf.code_action() and this works fine. However, upon trying to access the file using lua vim.lsp.buf.definition(), it doesn't see it. I have to manually open the file in neovim, or restart the LSP, for it to be able to access it by definition.

Here is a video showcasing the problem:

mm.webm

chedieck avatar May 03 '24 18:05 chedieck