1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Install vlime only when sbcl is available

This commit is contained in:
jdhao 2021-02-26 23:28:53 +08:00
parent fa0e70bea3
commit 8103d87ae6

View File

@ -41,8 +41,10 @@ Plug 'jeetsukumaran/vim-pythonsense'
Plug 'machakann/vim-swap'
" IDE for Lisp
" Plug 'kovisoft/slimv'
Plug 'vlime/vlime', {'rtp': 'vim/', 'for': 'lisp'}
if executable('sbcl')
" Plug 'kovisoft/slimv'
Plug 'vlime/vlime', {'rtp': 'vim/', 'for': 'lisp'}
endif
" C++ semantic highlighting
if executable('ccls')