master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 02e55b113b - Show all commits

View File

@@ -20,6 +20,7 @@ return {
overrides = function(colors) -- add/modify highlights overrides = function(colors) -- add/modify highlights
return { return {
['@lsp.mod.readonly'] = { bold = true }, ['@lsp.mod.readonly'] = { bold = true },
['@lsp.mod.static'] = { italic = true },
} }
end, end,
theme = 'wave', -- Load "wave" theme when 'background' option is not set theme = 'wave', -- Load "wave" theme when 'background' option is not set