mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
fix snacks duplicate path bug
This commit is contained in:
parent
c46a229713
commit
285df2df53
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ return {
|
|||
explorer = { hidden = true },
|
||||
git_files = { untracked = true },
|
||||
smart = {
|
||||
multi = { 'buffers', 'recent', 'files', 'git_files' },
|
||||
multi = { 'buffers', 'recent', 'files' },
|
||||
},
|
||||
},
|
||||
actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue