-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floating window in lsp_signature.nvim looks wrong #45
Comments
I will look into it. FYI: you can override it with setup function. |
Any news on this? The provided code does not seem to work for me. |
Did not manage to get any borders, but this config at least makes it a big darker so it's easier to differentiate: {
"Mofiqul/dracula.nvim",
config = function()
require("dracula").setup({
overrides = function(colors)
return {
NormalFloat = { fg = colors.fg, bg = colors.menu },
}
end,
})
end,
},
EDIT: Another solution to add borders if you are using return {
"folke/noice.nvim",
enabled = true,
opts = {
presets = {
lsp_doc_border = true,
},
},
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the
dracula
theme withlsp_signature.nvim
the floating window looks very bad. Since the looks are colorscheme related according to thelsp_signature.nvim
FAQ, someone might want look into fixing it for everyone:This is how the floating window looks with the colorscheme
nord
:The text was updated successfully, but these errors were encountered: