mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
lsp: update documentation on window borders
This commit is contained in:
@@ -250,16 +250,7 @@ end
|
|||||||
--- vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(
|
--- vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(
|
||||||
--- vim.lsp.handlers.hover, {
|
--- vim.lsp.handlers.hover, {
|
||||||
--- -- Use a sharp border with `FloatBorder` highlights
|
--- -- Use a sharp border with `FloatBorder` highlights
|
||||||
--- border = {
|
--- border = "single"
|
||||||
--- {"┌", "FloatBorder"},
|
|
||||||
--- {"─", "FloatBorder"},
|
|
||||||
--- {"┐", "FloatBorder"},
|
|
||||||
--- {"│", "FloatBorder"},
|
|
||||||
--- {"┘", "FloatBorder"},
|
|
||||||
--- {"─", "FloatBorder"},
|
|
||||||
--- {"└", "FloatBorder"},
|
|
||||||
--- {"│", "FloatBorder"}
|
|
||||||
--- }
|
|
||||||
--- }
|
--- }
|
||||||
--- )
|
--- )
|
||||||
--- </pre>
|
--- </pre>
|
||||||
@@ -333,16 +324,7 @@ M['textDocument/implementation'] = location_handler
|
|||||||
--- vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(
|
--- vim.lsp.handlers["textDocument/signatureHelp"] = vim.lsp.with(
|
||||||
--- vim.lsp.handlers.signature_help, {
|
--- vim.lsp.handlers.signature_help, {
|
||||||
--- -- Use a sharp border with `FloatBorder` highlights
|
--- -- Use a sharp border with `FloatBorder` highlights
|
||||||
--- border = {
|
--- border = "single"
|
||||||
--- {"┌", "FloatBorder"},
|
|
||||||
--- {"─", "FloatBorder"},
|
|
||||||
--- {"┐", "FloatBorder"},
|
|
||||||
--- {"│", "FloatBorder"},
|
|
||||||
--- {"┘", "FloatBorder"},
|
|
||||||
--- {"─", "FloatBorder"},
|
|
||||||
--- {"└", "FloatBorder"},
|
|
||||||
--- {"│", "FloatBorder"}
|
|
||||||
--- }
|
|
||||||
--- }
|
--- }
|
||||||
--- )
|
--- )
|
||||||
--- </pre>
|
--- </pre>
|
||||||
|
Reference in New Issue
Block a user