Browse Source

Add custom pivots for vim-swap

Alois Mahdal 10 years ago
parent
commit
e891237765
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc View File

8
 let g:local_vimrc=".vimrc_local.vim"
8
 let g:local_vimrc=".vimrc_local.vim"
9
 let python_highlight_all = 1
9
 let python_highlight_all = 1
10
 let g:vim_markdown_folding_disabled=1
10
 let g:vim_markdown_folding_disabled=1
11
+let g:swap_custom_ops = ['and', 'or']
11
 
12
 
12
 
13
 
13
 " ..................... "
14
 " ..................... "