diff options
| author | Chris <[email protected]> | 2021-03-15 12:34:37 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-15 12:34:37 -0400 | 
| commit | d9c899652bdc29aa99ea5c2582bdc49d01655a4f (patch) | |
| tree | 747f39541627ab49c18976040931adb4ae24b0fd /lua/nv-whichkey/init.vim | |
| parent | 8f10e3cf3d271e827d65823d79db76da944c29d8 (diff) | |
add git blame plugin
Diffstat (limited to 'lua/nv-whichkey/init.vim')
| -rw-r--r-- | lua/nv-whichkey/init.vim | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/lua/nv-whichkey/init.vim b/lua/nv-whichkey/init.vim index 313deada..54919914 100644 --- a/lua/nv-whichkey/init.vim +++ b/lua/nv-whichkey/init.vim @@ -31,9 +31,11 @@ let g:which_key_map['e'] = [ ':NvimTreeToggle'                                 ,  let g:which_key_map['h'] = [ '<C-W>s'                                          , 'split below']  let g:which_key_map['n'] = [ ':let @/ = ""'                                    , 'no highlight' ]  let g:which_key_map['r'] = [ ':RnvimrToggle'                                   , 'ranger' ] +" TODO create entire treesitter section  let g:which_key_map['T'] = [ ':TSHighlightCapturesUnderCursor'                 , 'treesitter highlight' ]  let g:which_key_map['v'] = [ '<C-W>v'                                          , 'split right'] -let g:which_key_map['z'] = [ 'Goyo'                                            , 'zen' ] +" Add Zen mode, play nice with status line +" let g:which_key_map['z'] = [ 'Goyo'                                            , 'zen' ]  " Group mappings | 
