bamboo changes

This commit is contained in:
Oliver Hartmann 2023-12-01 21:56:42 +01:00
parent cbe9c23df0
commit 4a21b07bf6
2 changed files with 3 additions and 2 deletions

View File

@ -88,4 +88,4 @@ opt.foldexpr = 'nvim_treesitter#foldexpr()'
-- Window border for floating windows
require('lspconfig.ui.windows').default_options.border = 'rounded'
vim.cmd('colorscheme bamboo')
require('bamboo').load()

View File

@ -4,7 +4,8 @@ return {
priority = 1000,
config = function()
require('bamboo').setup {
dim_inactive = false, -- Dim inactive windows/buffers
dim_inactive = true, -- Dim inactive windows/buffers
cmp_itemkind_reverse = true,
highlights = {
['@lsp.mod.readonly'] = { fmt = 'bold' },
},