Change diagnostic signs again
This commit is contained in:
parent
b4ee9d0b8a
commit
0f3bae33c7
2 changed files with 11 additions and 10 deletions
|
@ -3,16 +3,6 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
keymaps.lspBuf."<leader>ca" = "code_action";
|
||||
luaConfig.post = ''
|
||||
vim.diagnostic.config({
|
||||
signs = {
|
||||
Error = "",
|
||||
Warn = "",
|
||||
Hint = "",
|
||||
Info = ""
|
||||
}
|
||||
});
|
||||
'';
|
||||
servers = {
|
||||
cssls.enable = true;
|
||||
dartls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue