Handle minimal Ubuntu Vim
This commit is contained in:
parent
11730498c8
commit
78ae91d076
1 changed files with 4 additions and 4 deletions
8
vimrc
8
vimrc
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue