1
0

add config for neovim, remove gvimrc

This commit is contained in:
valeth 2015-11-06 09:00:58 +01:00
parent a2ed82913e
commit 9ef3386728
2 changed files with 28 additions and 9 deletions

9
gvimrc
View File

@ -1,9 +0,0 @@
set guioptions-=T
set guioptions+=e
set guifont=Source\ Code\ Pro\ for\ Powerline\ 9
set t_Co=256
set guitablabel=%M\ %t
" Make shift-insert work like in Xterm
noremap <S-Insert> <MiddleMouse>
noremap! <S-Insert> <MiddleMouse>

28
init.vim Normal file
View File

@ -0,0 +1,28 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" "
" Maintainer: Patrick Auernig <patrick DOT auernig AT gmail DOT com> "
" VIM Version: 7.4 "
" "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:vim_config_home = split(&rtp, ',', 0)[0]
if exists('$XDG_CACHE_HOME')
let g:vim_cache_home = expand('$XDG_CACHE_HOME/') . v:progname
else
let g:vim_cache_home = expand('$HOME/.local/cache/') . v:progname
endif
if exists('$XDG_DATA_HOME')
let g:vim_data_home = expand('$XDG_DATA_HOME/') . v:progname
else
let g:vim_data_home = expand('$HOME/.local/share/') . v:progname
endif
" source additional config files
runtime! core/**/*.vim
runtime! plugins/**/*.vim
"colorscheme molokai
colorscheme seoul256
"silent colorscheme