diff options
author | Karel Kočí <karel.koci@nic.cz> | 2016-09-09 11:09:38 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2016-09-09 11:09:38 +0200 |
commit | e580bd60607f2a4420eacd681ec029c8b3838953 (patch) | |
tree | 2ab970d234672492506b608173e170e93ffde03d /vimrc | |
parent | 3d0723aa76dd7ab66d13bb21e9157e2f279dd6a7 (diff) | |
download | myconfigs-e580bd60607f2a4420eacd681ec029c8b3838953.tar.gz myconfigs-e580bd60607f2a4420eacd681ec029c8b3838953.tar.bz2 myconfigs-e580bd60607f2a4420eacd681ec029c8b3838953.zip |
install script support git repositories
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ colorscheme elflord " Directory where *.swp files will be stored set directory=$HOME/.cache/vim// +" Setup table-mode to markdown compliant +" Note: to start use "\ t m" +let g:table_mode_corner="|" + map <F2> :call InitBase()<cr> map <F10> :setlocal spell! spelllang=en_us<cr> map <F11> :setlocal spell! spelllang=cs<cr> |