Replies: 1 comment 3 replies
-
As the output of this command might be very verbose and put a heavy load on the LSP client, you need to explicitly set which note fields you want to receive when using This fails because I don't think you can customize this, because it's hard-coded in the Although if you use what you suggested (removing |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I broke my head this morning about using the
select
option inZkNotes
, referring to zklist lsp.I wanted my picker to only display the file name, so after trying every
select
cases, i found that:Was the way to go:
But if we don't add:
We get a nil error when opening the fuzzed file (
/zk/lua/zk.lua:135: attempt to concatenate field 'absPath' (a nil value)
)I think these parameters are somehow difficult to understand in the zklist lsp documentation (or maybe there indeed a bug)
Beta Was this translation helpful? Give feedback.
All reactions