diff options
| author | Chris <[email protected]> | 2021-03-15 22:30:45 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-15 22:30:45 -0400 | 
| commit | fc5739cfbb9182c38948a8b6cac6d42716a7a72a (patch) | |
| tree | 744bad7d8d6d50951e506894c46796a6d5100d97 /lua | |
| parent | aef414da21d85a43738a2493b7a8c91da457311f (diff) | |
fix whichkey
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nv-whichkey/init.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/nv-whichkey/init.vim b/lua/nv-whichkey/init.vim index d83f5c33..cc55de2f 100644 --- a/lua/nv-whichkey/init.vim +++ b/lua/nv-whichkey/init.vim @@ -58,7 +58,7 @@ let g:which_key_map.a = {        \ 'w' : [':StripWhitespace'        , 'strip whitespace'],        \ } -b is for buffer +" b is for buffer  let g:which_key_map.b = {        \ 'name' : '+buffer' ,        \ '>' : [':BufferMoveNext'        , 'move next'], | 
