snacks + tabline changes

This commit is contained in:
iofq 2025-07-18 09:36:11 -05:00
parent 97d6553252
commit ac39b0585d
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
11 changed files with 120 additions and 70 deletions

View file

@ -37,7 +37,7 @@ return {
},
smart = {
multi = {
require('plugins.lib.snacks').marks(),
'marks',
{ source = 'buffers', current = false },
'recent',
{ source = 'files', hidden = true },
@ -178,8 +178,7 @@ return {
{
'<leader>fm',
function()
vim.cmd.delmarks { args = { '0-9' } }
Snacks.picker.pick(require('plugins.lib.snacks').marks())
require('plugins.lib.snacks').marks()
end,
desc = 'pick global marks',
},