Split out config for gvim
This commit is contained in:
parent
b4bc9078ee
commit
3e6f0775cd
15
.gvimrc
Normal file
15
.gvimrc
Normal file
@ -0,0 +1,15 @@
|
||||
set columns=128
|
||||
set lines=32
|
||||
|
||||
set guioptions-=L
|
||||
set guioptions-=R
|
||||
set guioptions-=T
|
||||
set guioptions-=l
|
||||
set guioptions-=m
|
||||
set guioptions-=r
|
||||
|
||||
if has('unix')
|
||||
set guifont=Source\ Code\ Pro\ Regular\ 10
|
||||
else
|
||||
set guifont=Lucida_Console:h10
|
||||
endif
|
@ -55,24 +55,6 @@ set ttyfast
|
||||
set wildignore+=*/tmp/*
|
||||
set wildmenu
|
||||
|
||||
if has('gui_running')
|
||||
set columns=128
|
||||
set lines=32
|
||||
|
||||
set guioptions-=L
|
||||
set guioptions-=R
|
||||
set guioptions-=T
|
||||
set guioptions-=l
|
||||
set guioptions-=m
|
||||
set guioptions-=r
|
||||
|
||||
if has('unix')
|
||||
set guifont=Source\ Code\ Pro\ Regular\ 10
|
||||
else
|
||||
set guifont=Lucida_Console:h10
|
||||
endif
|
||||
endif
|
||||
|
||||
if &shell =~ 'bin/fish'
|
||||
set shell=/bin/sh
|
||||
endif
|
||||
|
1
link.bat
1
link.bat
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
|
||||
mklink "%USERPROFILE%\_vimrc" "%CD%\.vimrc"
|
||||
mklink "%USERPROFILE%\_gvimrc" "%CD%\.gvimrc"
|
||||
mklink /J "%USERPROFILE%\vimfiles" "%CD%\.vim"
|
||||
|
Loading…
Reference in New Issue
Block a user