Skip to content

Commit

Permalink
refactor(nvim): remove spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Dec 17, 2023
1 parent 35f4c5b commit cdde075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/nvim/lua/plugin/navigation/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ registry.install {
width = 0.9
},
fzf_opts = {
['--layout'] = 'default'
['--layout'] = 'default'
},
grep = {
no_header = true,
rg_glob = true
},
keymap = {
builtin = {
['<C-_>'] = 'toggle-preview',
['<C-_>'] = 'toggle-preview',
},
fzf = {
['ctrl-u'] = 'half-page-up',
['ctrl-d'] = 'half-page-down',
['ctrl-u'] = 'half-page-up',
['ctrl-d'] = 'half-page-down',
}
}
}
Expand Down

0 comments on commit cdde075

Please sign in to comment.