-
In the rust project, the border of the popup is missing, but other projects are normal |
Beta Was this translation helpful? Give feedback.
Answered by
ilias777
Jul 1, 2024
Replies: 3 comments
-
my neovim version is 0.10.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If the problem is only seen in Rust projects, then it should be related to the Rust-related plugin you're using. Try to figure this plugin and configure its hover/preview window border or something. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ofzo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a catppuccin thing. This has to be set in the
lsp-config
file.You have to do this:
In your
lsp-config
file put this code:And then in the rust server initialization this: