fix sign, fix terminal tab, switch csharp lsp
This commit is contained in:
1 parent
e48261c322
commit
d2dc0e2582
3 files changed
+3
-12
No files matched your search
@@ -32,7 +32,7 @@ else
|
||||
end
|
||||
|
||||
-- diagnostics
|
||||
local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " }
|
||||
local signs = { Error = " ", Warn = " ", Hint = "", Info = " " }
|
||||
for type, icon in pairs(signs) do
|
||||
local hl = "DiagnosticSign" .. type
|
||||
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl })
|
||||
|
||||
Reference in new issue
Block a user