Quellcode durchsuchen

Add custom pivots for vim-swap

Alois Mahdal vor 11 Jahren
Ursprung
Commit
e891237765
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      dotfiles/vim/vimrc

+ 1
- 0
dotfiles/vim/vimrc Datei anzeigen

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
 " ..................... "