chore: changed virtual text diagnostic icon to dot
This commit is contained in:
parent
2fabd1255f
commit
0c0ce2e80a
|
@ -41,7 +41,7 @@ return {
|
||||||
source = "if_many",
|
source = "if_many",
|
||||||
-- this will set set the prefix to a function that returns the diagnostics icon based on the severity
|
-- this will set set the prefix to a function that returns the diagnostics icon based on the severity
|
||||||
-- this only works on a recent 0.10.0 build. Will be set to "●" when not supported
|
-- this only works on a recent 0.10.0 build. Will be set to "●" when not supported
|
||||||
prefix = "icons"
|
prefix = "●"
|
||||||
},
|
},
|
||||||
signs = {
|
signs = {
|
||||||
text = {
|
text = {
|
||||||
|
|
Loading…
Reference in New Issue