1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 14:15:00 +08:00

add vim-minimap

This commit is contained in:
huhuaishun
2016-10-05 20:17:49 +08:00
committed by Huaishun Hu
parent 7762fafeb7
commit 54f1c0f3d0
26 changed files with 1742 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if has("mac") || has("macunix")
set gfn=Hack:h24,Source\ Code\ Pro:h24,Menlo:h24
set gfn=Hack:h16,Source\ Code\ Pro:h16,Menlo:h16
elseif has("win16") || has("win32")
set gfn=Hack:h18,Source\ Code\ Pro:h16,Bitstream\ Vera\ Sans\ Mono:h15
elseif has("gui_gtk2")
@ -37,6 +37,9 @@ set softtabstop=2
set cmdheight=1
set number
" yank to the system register (*) by default
set clipboard=unnamed
" Mark, highlight multiple words
source ~/.vim_runtime/sources_non_forked/Mark/plugin/mark.vim
let g:mwDefaultHighlightingPalette = 'maximum'