Update vim config.

This commit is contained in:
Jeff Lance 2020-07-03 22:16:13 +02:00
parent aad522debe
commit b8ee75a84f
2 changed files with 11 additions and 0 deletions

View File

@ -145,6 +145,8 @@ Plug 'lambdalisue/suda.vim'
" Autocompletion
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" REPL
Plug 'jpalardy/vim-slime'
" Required {{{
" -----

View File

@ -555,6 +555,15 @@ let g:python3_host_prog = '/usr/bin/python3'
" }}}
" Slime {{{
" -----
let g:slime_target = "tmux"
let g:slime_paste_file = tempname()
" -----
" }}}
" Spaceline {{{
" -----