aboutsummaryrefslogtreecommitdiff
path: root/vimrc-common
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc-common')
-rw-r--r--vimrc-common6
1 files changed, 3 insertions, 3 deletions
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")
80 set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars) 80 set listchars+=trail:· | " symbols used when using :set list (which displays non-printable chars)
81 " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars) 81 " set listchars+=eol:↲ | " symbols used when using :set list (which displays non-printable chars)
82 " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars) 82 " set listchars+=space:· | " symbols used when using :set list (which displays non-printable chars)
83 set showbreak+=› | " symbol used in the beginning of a wrapped line 83 "set showbreak+=› | " symbol used in the beginning of a wrapped line
84 84
85 " automatically enter list mode when going in insert mode (makes above syntax command temporarily ineffective) 85 " automatically enter list mode when going in insert mode (makes above syntax command temporarily ineffective)
86 set nolist 86 set nolist
@@ -223,8 +223,8 @@ if has("autocmd")
223 let g:html_indent_script1 = "inc" 223 let g:html_indent_script1 = "inc"
224 let g:html_indent_style1 = "inc" 224 let g:html_indent_style1 = "inc"
225 225
226 let g:loaded_ruby_provider = 1 " disable ruby support 226 " let g:loaded_ruby_provider = 1 " disable ruby support
227 let g:loaded_python_provider = 1 " disable python 3 227 " let g:loaded_python_provider = 1 " disable python 3
228 228
229 let g:LatexBox_latexmk_preview_continuously = 1 229 let g:LatexBox_latexmk_preview_continuously = 1
230 let g:LatexBox_viewer = "evince" 230 let g:LatexBox_viewer = "evince"
..