[GTALUG] Share your ~/.vimrc file (was Vim talk slides posted)

Paul King sciguy at vex.net
Sat Jan 16 17:33:14 UTC 2016


As for my .vimrc settings, I shortened my .vimrc by moving several settings to 
external files:

set nocompatible
behave xterm
filetype plugin indent on
syntax on

source $HOME/.vim/vimrc/filetypes.vim
source $HOME/.vim/vimrc/looks.vim
source $HOME/.vim/vimrc/mappings.vim
source $HOME/.vim/vimrc/misc.vim
source $HOME/.vim/vimrc/plugin_configs.vim
source $HOME/.vim/vimrc/plugins.vim
source $HOME/.vim/vimrc/settings.vim
source $HOME/.vim/vimrc/spelling.vim

" Source a local vimrc if it exists
if filereadable(expand("$HOME/.vimrc.local"))
  source $HOME/.vimrc.local
endif


On 14 Jan 2016 at 10:13, Myles Braithwaite wrote:

<snip>


More information about the talk mailing list