summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 18:02:52 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 18:02:52 +0200
commit6fbeb931cecaed4433b84c74b87b647d5e22396d (patch)
treef2644a55ccdade331d2965189d79f99ad49908a1 /vimrc
parent0e0b22c7f1d5041c5fa29652643a6d1351fe9825 (diff)
Add tmux.conf, clean up
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc11
1 files changed, 4 insertions, 7 deletions
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 <F10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<'
\ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<"

Contact - Imprint