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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
When I create a new note with the nice <CR> bindings, it links the full path to the note (including the path to the zk notebook itself) which will break on other systems. How can I avoid that?
Also it seems to put the path in quotes, which the zk LSP then complains about. Is this a bug in the neovim plugin or zk LSP server?
The text was updated successfully, but these errors were encountered:
This is a zk.nvim issue, but you can reproduce the same feature with vanilla zk, by triggering the LSP code actions in your editor over the current selection. For example with this mapping with Neovim's built-in LSP client:
When I create a new note with the nice
<CR>
bindings, it links the full path to the note (including the path to the zk notebook itself) which will break on other systems. How can I avoid that?Also it seems to put the path in quotes, which the zk LSP then complains about. Is this a bug in the neovim plugin or zk LSP server?
The text was updated successfully, but these errors were encountered: