Don't set mouse in plugin/settings
This commit is contained in:
@@ -25,6 +25,7 @@ Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'tpope/vim-eunuch'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
Plugin 'jceb/vim-orgmode'
|
||||
|
||||
"Python
|
||||
Plugin 'vim-python/python-syntax'
|
||||
@@ -46,6 +47,8 @@ call vundle#end()
|
||||
"Local settings
|
||||
"{{{
|
||||
set guifont=JetBrains\ Mono\ 12
|
||||
"When on remote terminal this incites rage
|
||||
set mouse=a
|
||||
|
||||
if !empty($DISPLAY)
|
||||
colorscheme snowhite
|
||||
|
||||
Reference in New Issue
Block a user