update whichkey

This commit is contained in:
Chris 2021-03-17 02:24:41 -04:00
parent 37179bc46d
commit 20b8eb1c33
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,6 @@ $HOME/.config/nvim/lua/nv-vscode/init.vim
**HIGH PRIORITY**
- formatting using efm server for python
- formatting using efm server for prettier/eslint
- add git signs to whichkey (This will require wrapping in Lua commands)
- snippet support
**LOW PRIORITY**

View file

@ -144,9 +144,10 @@ let g:which_key_map.g = {
\ 'j' : [':NextHunk' , 'next hunk'],
\ 'k' : [':PrevHunk' , 'prev hunk'],
\ 'l' : [':Git log' , 'log'],
\ 'n' : [':Neogit' , 'neogit'],
\ 'p' : [':PreviewHunk' , 'preview hunk'],
\ 'r' : [':ResetHunk' , 'reset hunk'],
\ 'r' : [':ResetBuffer' , 'reset buffer'],
\ 'R' : [':ResetBuffer' , 'reset buffer'],
\ 's' : [':StageHunk' , 'stage hunk'],
\ 'S' : [':Gstatus' , 'status'],
\ 'u' : [':UndoStageHunk' , 'undo stage hunk'],