Enable tmux mouse support & add open, urlview

This commit is contained in:
Kenneth Benzie 2016-08-10 15:36:04 +01:00
parent 48306a25ed
commit 5299184d0b

3
vimrc
View File

@ -189,6 +189,9 @@ Plug 'beyondmarc/hlsl.vim'
" OpenCL C syntax
Plug 'frasercrmck/opencl.vim'
" Groovy syntax
Plug 'vim-scripts/groovy.vim'
" }}}
" local plugins {{{
if filereadable(expand('~/.local_plugins.vim'))