update XCompose so that it also loads system language files.
[dotfiles.git] / vim / .vimrc
index 7811221..e3bcafd 100644 (file)
@@ -1,6 +1,3 @@
-" Package manager
-execute pathogen#infect()
-
 " Automaticly source some files after writing
 autocmd! bufwritepost .vimrc source %
 autocmd! bufwritepost .bashrc !source %
@@ -9,7 +6,7 @@ autocmd! bufwritepost .Xresources !xrdb -merge %
 " Some general options
 syntax enable
 filetype indent plugin on
-color elflord
+color torte
 set encoding=utf-8
 set history=1000
 set number
@@ -29,7 +26,7 @@ set tabstop=4
 
 " List characters to mark trailing whitespace etc
 set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
-set nolist
+set list
 
 " Move through long lines as they were short multiple lines
 map j gj