-
Notifications
You must be signed in to change notification settings - Fork 12
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
bug: global diagnostic config may be overwritten #125
Comments
@whitemoon I don't have any of the errors or issues you are listing. Are you saying there is an issue with using Editor SetupIf you want a reference for the setup I have for testing and development, here's what I've got:
|
@chipsenkbeil I have configured
neovim distant.nvim configure: return {
{
"chipsenkbeil/distant.nvim",
event = "VeryLazy",
branch = "v0.3",
config = function()
require("distant"):setup()
end,
},
} |
I'm having a related issue as well: when I load distant.nvim the diagnostics icons that I set in my config to appear next to the line numbers are not shown. As you can see, also the icons next to the virtual text are reset to default. I'm on MacOS 14.4.1 and Neovim 0.9.5. |
distant.nvim/lua/distant-core/ui/window.lua
Line 314 in 998724f
The text was updated successfully, but these errors were encountered: