From 1806b1b40739894ee18bef2c071487274cbab3b7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 28 Feb 2020 14:21:36 +0100 Subject: Small fixes and adoptions for python[23] --- vimrc-common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vimrc-common') diff --git a/vimrc-common b/vimrc-common index 44dea70..6415842 100644 --- a/vimrc-common +++ b/vimrc-common @@ -80,7 +80,7 @@ if has("multi_byte") set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) - set showbreak+=› | " symbol used in the beginning of a wrapped line + "set showbreak+=› | " symbol used in the beginning of a wrapped line " automatically enter list mode when going in insert mode (makes above syntax command temporarily ineffective) set nolist @@ -223,8 +223,8 @@ if has("autocmd") let g:html_indent_script1 = "inc" let g:html_indent_style1 = "inc" - let g:loaded_ruby_provider = 1 " disable ruby support - let g:loaded_python_provider = 1 " disable python 3 + " let g:loaded_ruby_provider = 1 " disable ruby support + " let g:loaded_python_provider = 1 " disable python 3 let g:LatexBox_latexmk_preview_continuously = 1 let g:LatexBox_viewer = "evince" -- cgit v1.2.3