master #1

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

View File

@@ -7,8 +7,11 @@ return {
require('bamboo').setup { require('bamboo').setup {
dim_inactive = true, -- Dim inactive windows/buffers dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true, cmp_itemkind_reverse = true,
lualine = {
transparent = true, -- lualine center bar transparency
},
code_style = { code_style = {
comments = { italic = true }, comments = { italic = false },
conditionals = { italic = false }, conditionals = { italic = false },
keywords = {}, keywords = {},
functions = {}, functions = {},
@@ -19,6 +22,7 @@ return {
}, },
highlights = { highlights = {
['@lsp.type.comment'] = { link = '@comment', default = true }, ['@lsp.type.comment'] = { link = '@comment', default = true },
['@comment'] = { fg = colors.vulgaris.light_grey, default = true },
['@lsp.type.parameter'] = { fg = colors.vulgaris.red }, ['@lsp.type.parameter'] = { fg = colors.vulgaris.red },
['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' }, ['@lsp.mod.readonly'] = { fmt = 'bold', fg = 'NONE' },
['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' }, ['@lsp.typemod.parameter.readonly'] = { fmt = 'bold', fg = 'NONE' },