Using Lazy for packaging management, if zk-nvim is configured to be lazy loaded at some point after the current buffer's filetype is set, the current buffer wouldn't be attached to the lsp server.
Therefore using the execution of :ZkInsertLink as a trigger for lazy loading of zk-nvim, the current buffer, should it be a markdown file of interest, is not attached. I'd need to manually attach it.
Using Lazy for packaging management, if
zk-nvim
is configured to be lazy loaded at some point after the current buffer's filetype is set, the current buffer wouldn't be attached to the lsp server.For example, if I configure
zk-nvim
this way:Therefore using the execution of
:ZkInsertLink
as a trigger for lazy loading ofzk-nvim
, the current buffer, should it be a markdown file of interest, is not attached. I'd need to manually attach it.