Is it possible to change the rounded border for all the UI elements? #362
Answered
by
mrcjkb
freddiehaddad
asked this question in
Q&A
-
I searched through the help and found the option for: tools = {
float_win_config = {
border = 'double',
},
} But this doesn't work for code actions, etc. I can see in the code that it looks hard-coded to Is there an easy way to override that? Setting the handler as follows doesn't work: vim.lsp.handlers['textDocument/codeAction'] = vim.lsp.with(vim.lsp.buf.code_action, {}) |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Apr 18, 2024
Replies: 1 comment
-
Hey 👋 I've opened #363 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
freddiehaddad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
I've opened #363