From 6fbeb931cecaed4433b84c74b87b647d5e22396d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 18:02:52 +0200 Subject: Add tmux.conf, clean up --- vimrc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index aab6f47..b18e91b 100644 --- a/vimrc +++ b/vimrc @@ -21,9 +21,9 @@ Plug 'hrp/EnhancedCommentify' Plug 'jalvesaq/R-Vim-runtime' Plug 'jranke/vim-pandoc', { 'branch': 'rmd' } Plug 'vim-pandoc/vim-pandoc-syntax' - +" R plugin {{{2 if !exists("*job_getchannel") - " for vim versions <= 7.4.1453 use the legacy plugin not maintained any more + " for vim versions <= 7.4.1453 use the legacy plugin Plug 'jcfaria/Vim-R-plugin', { 'commit': 'd726d619f12a10fb5ac7967d373837735cff60f0' } "let vimrplugin_vsplit = 0 "let vimrplugin_rconsole_width = 100 @@ -44,6 +44,7 @@ else let R_vsplit = 1 let R_assign = 0 endif +" 2}}} call plug#end() @@ -51,11 +52,6 @@ call plug#end() let r_syntax_folding = 0 let rmd_syn_hl_chunk = 1 -" Search {{{1 -set infercase -"set hlsearch -set incsearch - " Showmarks {{{1 let marksCloseWhenSelected = 0 let showmarks_include="abcdefghijklmnopqrstuvwxyz" @@ -86,6 +82,7 @@ let pandoc#folding#fdc=0 let pandoc#syntax#conceal#use=0 " Show syntax highlighting under the cursor {{{1 +" More info available via mapping zS from tpope/vim-scriptease " http://vim.wikia.com/wiki/Identify_the_syntax_highlighting_group_used_at_the_cursor map :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<' \ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" -- cgit v1.2.1