-
At present, I have LSPs which, when using I have tried the following but that is not affecting the left hand side. km.set(
"n",
"<leader>cd",
":lua require'fzf-lua'.diagnostics_document({winopts = {preview={wrap='wrap'}}})<cr>",
{ desc = "Document Diagnostics" }
) |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Aug 1, 2024
Replies: 1 comment 5 replies
-
Fzf |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that’s accurate although you can place it inside the setup ( or lazy
opts =
) under diagnostics to apply for both workspace and document diags.