mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
dart persist + picker
This commit is contained in:
parent
9457c7436e
commit
4b7636090f
13 changed files with 149 additions and 519 deletions
|
|
@ -27,6 +27,7 @@ return {
|
|||
matcher = {
|
||||
frecency = true,
|
||||
history_bonus = true,
|
||||
cwd_bonus = true,
|
||||
},
|
||||
layout = 'ivy_split',
|
||||
sources = {
|
||||
|
|
@ -109,13 +110,6 @@ return {
|
|||
end,
|
||||
desc = 'snacks explorer',
|
||||
},
|
||||
{
|
||||
'<leader>fg',
|
||||
function()
|
||||
Snacks.picker.git_files()
|
||||
end,
|
||||
desc = 'Fuzzy find git files',
|
||||
},
|
||||
{
|
||||
'<leader>ff',
|
||||
function()
|
||||
|
|
@ -186,13 +180,6 @@ return {
|
|||
end,
|
||||
desc = 'pick treesitter nodes',
|
||||
},
|
||||
{
|
||||
'<leader>fm',
|
||||
function()
|
||||
require('plugins.lib.snacks').marks()
|
||||
end,
|
||||
desc = 'pick global marks',
|
||||
},
|
||||
{
|
||||
'<leader>jf',
|
||||
function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue