tune snack pickers format
This commit is contained in:
parent
c14f537921
commit
d5e60bf5ef
@ -37,7 +37,9 @@ return {
|
||||
},
|
||||
picker = {
|
||||
matcher = {
|
||||
frecency = true
|
||||
frecency = true,
|
||||
cwd_bonus = true,
|
||||
filename_bonus = true,
|
||||
},
|
||||
win = {
|
||||
input = {
|
||||
@ -46,6 +48,12 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
formatters = {
|
||||
file = {
|
||||
truncate = 100,
|
||||
filename_first = true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
keys = {
|
||||
|
@ -30,6 +30,7 @@ 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' },
|
||||
['NonText'] = { fg = colors.vulgaris.blue }
|
||||
},
|
||||
})
|
||||
require('bamboo').load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user