Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgreenblatt committed Apr 23, 2021
1 parent 8541d02 commit e383610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/.config/nvim/plug_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ nnoremap <silent> ;vh <Cmd>HexokinaseToggle<cr>
let g:windowswap_map_keys = 0
nnoremap <silent> <space>v <Cmd>call WindowSwap#EasyWindowSwap()<CR>
nmap <space>g <Plug>(git-messenger)
let g:targets_nl = 'nN'
let g:targets_nl = ['n', 'N']
let g:wordmotion_prefix = ';'
let g:lion_squeeze_spaces = 1
let g:mwAutoLoadMarks = 1
Expand Down

0 comments on commit e383610

Please sign in to comment.