Replies: 1 comment
-
Defining diagnostic signs with :sign-define or sign_define() is deprecated. Feature will be removed in Nvim 0.12 {
"neovim/nvim-lspconfig",
opts = {
diagnostics = {
signs = {
text = {
[vim.diagnostic.severity.ERROR] = " ",
[vim.diagnostic.severity.WARN] = " ",
[vim.diagnostic.severity.INFO] = " ",
[vim.diagnostic.severity.HINT] = "",
},
},
},
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
:h neo-tree-diagnostics
says we can add Diagnostic icons by adding:However it's not working for me, I see just the normal letters. Is this a bug? Or am I missing something?
This is happening for "main" and "v3x" branches. V2 and V1 works fine.
Here my config, I'm using the default config:
My setup:
Neo-tree
206241e
Nvim
v0.11.0-dev-301+g6c3f7e7e2
Beta Was this translation helpful? Give feedback.
All reactions