Skip to content

cmp autocompletion and hover border color #170

Discussion options

You must be logged in to vote

It turns out I need to add this:

vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(
  vim.lsp.handlers.hover, {
    -- Use a sharp border with `FloatBorder` highlights
    border = "single",
    -- add the title in hover float window
    title = "hover"
  }
)

Thanks for the response!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EliezerAmbion
Comment options

Answer selected by EliezerAmbion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants