bamboo changes
This commit is contained in:
parent
cbe9c23df0
commit
4a21b07bf6
@ -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()
|
||||
|
@ -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' },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user