neovim: the default theme for file picker was better
parent
66f13ffb37
commit
1cab6d3430
|
@ -258,11 +258,11 @@ remap('n', '<leader>ff', function()
|
||||||
end, { desc = '[F]ind [F]ile' })
|
end, { desc = '[F]ind [F]ile' })
|
||||||
|
|
||||||
remap('n', '<leader>fa', function()
|
remap('n', '<leader>fa', function()
|
||||||
require('telescope.builtin').find_files(require('telescope.themes').get_ivy({
|
require('telescope.builtin').find_files({
|
||||||
hidden = true,
|
hidden = true,
|
||||||
no_ignore = true,
|
no_ignore = true,
|
||||||
follow = true,
|
follow = true,
|
||||||
}))
|
})
|
||||||
end, { desc = '[F]ind [A]ll files' })
|
end, { desc = '[F]ind [A]ll files' })
|
||||||
|
|
||||||
remap('n', '<leader>fg', function()
|
remap('n', '<leader>fg', function()
|
||||||
|
|
Loading…
Reference in New Issue