
16 Jan
2016
16 Jan
'16
2:33 p.m.
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>