Add vim slime defaults

This commit is contained in:
vagrant 2018-03-10 16:31:08 +00:00
parent c40302b8d3
commit 7a16cb7698
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ map <C-r> :CtrlPBufTag<cr>
" I don't want to pull up these folders/files when calling CtrlP
set wildignore+=*/vendor/**
set wildignore+=*/node_modules/**
let g:slime_target = "tmux"
let g:slime_default_config = {"socket_name": "default", "target_pane": "1"}
EOF
export VISUAL=vim