Change diagnostic signs again
This commit is contained in:
parent
b4ee9d0b8a
commit
0f3bae33c7
2 changed files with 11 additions and 10 deletions
|
@ -25,6 +25,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
diagnostic.settings = {
|
||||
signs.text.__raw = ''
|
||||
{
|
||||
[vim.diagnostic.severity.ERROR] = "",
|
||||
[vim.diagnostic.severity.WARN] = "",
|
||||
[vim.diagnostic.severity.HINT] = "",
|
||||
[vim.diagnostic.severity.INFO] = "",
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
globals.mapleader = " ";
|
||||
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue