master #1

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

View File

@@ -7,7 +7,9 @@ return {
dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true,
highlights = {
['@lsp.mod.readonly'] = { fmt = 'bold' },
['@lsp.type.parameter'] = { fg = 'red' },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },
},
}
require('bamboo').load()