switch to snacks picker

This commit is contained in:
2025-02-08 21:30:14 +01:00
parent fff9f428f9
commit 5ec3e6623d
6 changed files with 70 additions and 57 deletions

View File

@ -30,10 +30,6 @@ return {
['LspReferenceRead'] = { bg = colors.vulgaris.green, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['LspReferenceWrite'] = { bg = colors.vulgaris.red, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['LspReferenceText'] = { bg = colors.vulgaris.cyan, fg = colors.vulgaris.bg1, fmt = 'nocombine' },
['Delimiter'] = { fg = colors.vulgaris.fg },
['NormalFloat'] = { bg = colors.vulgaris.bg3 },
['FloatNormal'] = { bg = colors.vulgaris.bg3 },
['PmenuSel'] = { bg = colors.vulgaris.grey },
},
})
require('bamboo').load()