diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-12 23:17:09 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-12 23:17:09 +0100 |
commit | 7287943473c42b7313099736c18c01b6d626757b (patch) | |
tree | c9f407c85d1d458cb2e58ed026ee16c90d9e8f1f /test | |
parent | 037b70368264ee5b47536a0b779cefe32cdd9479 (diff) | |
download | ale-7287943473c42b7313099736c18c01b6d626757b.zip |
Add ALE to the Vim runtimepath in the Docker image so it can run tests.
Diffstat (limited to 'test')
-rw-r--r-- | test/vimrc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,10 @@ +" vint: -ProhibitSetNoCompatible + " Load builtin plugins " We need this because run_vim.sh sets -i NONE -set rtp=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after -set rtp+=/vader +set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after +set runtimepath+=/home/ale +set runtimepath+=/vader " The following is just an example filetype plugin indent on @@ -18,4 +21,4 @@ set foldlevelstart=10 set foldnestmax=10 set ttimeoutlen=0 -let mapleader=',' +let g:mapleader=',' |