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 dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true, cmp_itemkind_reverse = true,
highlights = { 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() require('bamboo').load()