1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

vim-tradewinds needs a minimum version of vim

This commit is contained in:
2018-08-11 12:15:05 +02:00
parent c5ed8d5452
commit b44fca1e2b

15
.vimrc
View File

@@ -83,12 +83,15 @@ let NERDTreeIgnore = ['\.pyc$', 'tags']
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
" Easily change position of windows if has('patch-8.0-1364')
"<c-w>gh: soft move left " Easily change position of windows
"<c-w>gj: soft move down " Requires vim 8.0.1364 or neovim (exact version uncertain).
"<c-w>gk: soft move up "<c-w>gh: soft move left
"<c-w>gl: soft move right "<c-w>gj: soft move down
Plugin 'andymass/vim-tradewinds' "<c-w>gk: soft move up
"<c-w>gl: soft move right
Plugin 'andymass/vim-tradewinds'
endif
" Rooter changes the working directory to the project root when you open a " Rooter changes the working directory to the project root when you open a