Added <leader>fa for find all files in snacks
This commit is contained in:
@@ -9,7 +9,7 @@ local function term_nav(dir)
|
||||
end
|
||||
|
||||
return {
|
||||
'folke/snacks.nvim',
|
||||
'asiryk/snacks.nvim',
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
@@ -273,6 +273,18 @@ return {
|
||||
end,
|
||||
desc = '[S]how [P]ickers',
|
||||
},
|
||||
{
|
||||
'<leader>fa',
|
||||
function()
|
||||
Snacks.picker.files({
|
||||
layout = 'telescope',
|
||||
hidden = true,
|
||||
ignored = true,
|
||||
follow = true,
|
||||
})
|
||||
end,
|
||||
desc = '[F]ind [A]ll',
|
||||
},
|
||||
{
|
||||
'<leader>fs',
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user