fix comments not being readable & use local ZLS
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
local onedark = require("onedark")
|
||||
|
||||
onedark.setup {
|
||||
style = "darker"
|
||||
style = "darker",
|
||||
highlights = {
|
||||
Comment = {fg = '#F62681'},
|
||||
["@comment"] = {fg = '#F62681'},
|
||||
["@lsp.type.comment"] = {fg = '#F62681'},
|
||||
},
|
||||
}
|
||||
onedark.load()
|
||||
|
||||
Reference in New Issue
Block a user