From ae0f32110a7f6f8b40833714d8a116e9fa06c9b4 Mon Sep 17 00:00:00 2001 From: "Bradley M. Small" <bradley_small@hotmail.com> Date: Sun, 24 Nov 2019 13:45:36 -0500 Subject: [PATCH] fixing ftplugin typos --- .vim/ftplugin/python.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/ftplugin/python.vim b/.vim/ftplugin/python.vim index 63df0a5..2dc6c4d 100644 --- a/.vim/ftplugin/python.vim +++ b/.vim/ftplugin/python.vim @@ -156,10 +156,10 @@ nnoremap <silent> <space>k :<C-u>CocPrev<CR> " Resume latest coc list nnoremap <silent> <space>p :<C-u>CocListResume<CR> endif -"za }}} +" }}} "--- vim-slime --- {{{ -if has_key(plugs,'vim-slime)' +if has_key(plugs,'vim-slime') let g:slime_target = "vimterminal" let g:slime_vimterminal_config = {"term_name":"REPL" , "vertical" : "1"} let g:slime_vimterminal_cmd = "ipython" @@ -226,7 +226,7 @@ if has_key(plugs, 'vim-lsc') " lsc let g:lsc_reference_highlights = v:false " lsc let g:lsc_trace_level = 'off' endif -: }}} +" }}} " --- ALE --- {{{ if has_key(plugs,'ale') -- GitLab