Handle minimal Ubuntu Vim

This commit is contained in:
Anthony Rose 2015-10-14 22:45:59 +01:00
parent 11730498c8
commit 78ae91d076

8
vimrc
View file

@ -1,9 +1,7 @@
set nocompatible set nocompatible
runtime bundle/vim-pathogen/autoload/pathogen.vim silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
silent! execute pathogen#infect() silent! execute pathogen#infect()
colorscheme desert
filetype plugin indent on
set autoindent set autoindent
set background=dark set background=dark
set directory=.,$TEMP set directory=.,$TEMP
@ -17,7 +15,9 @@ set shiftwidth=4
set spl=en_gb spell set spl=en_gb spell
set tabstop=4 set tabstop=4
set wrap set wrap
syntax on silent! colorscheme desert
silent! filetype plugin indent on
silent! syntax on
if has("gui_running") if has("gui_running")
if has("gui_gtk2") if has("gui_gtk2")