Loading .vim/after/ftplugin/c.vim +1 −1 Original line number Diff line number Diff line set fo+=c setlocal fo+=c let c_glib=1 "Enables GLib Highlighting let c_pfs=1 "Enables PFS Project Highlighting .vim/after/ftplugin/python.vim +2 −2 Original line number Diff line number Diff line set noexpandtab set sw=4 ts=4 sts=4 setlocal noexpandtab setlocal sw=4 ts=4 sts=0 .vimrc +9 −7 Original line number Diff line number Diff line Loading @@ -2,21 +2,15 @@ runtime bundle/pathogen/autoload/pathogen.vim call pathogen#infect() set number nowrap background=dark set tabstop=4 softtabstop=4 shiftwidth=4 set nocindent noautoindent nosmartindent set copyindent preserveindent filetype indent plugin on set nobackup nowritebackup noswapfile set tabpagemax=30 set showtabline=2 set nohlsearch set textwidth=79 "set fo=1nawroql set fo+=croqanl1w set fo-=t set modeline " Exec project-local RC files set exrc " Split controls Loading @@ -32,6 +26,14 @@ set modeline set ls=2 " === INDENTING === filetype indent plugin on set softtabstop=0 tabstop=4 shiftwidth=4 set nocindent noautoindent noexpandtab set copyindent preserveindent smartindent " === SPELLING === source ~/.vim/spell/auto.vim Loading Loading
.vim/after/ftplugin/c.vim +1 −1 Original line number Diff line number Diff line set fo+=c setlocal fo+=c let c_glib=1 "Enables GLib Highlighting let c_pfs=1 "Enables PFS Project Highlighting
.vim/after/ftplugin/python.vim +2 −2 Original line number Diff line number Diff line set noexpandtab set sw=4 ts=4 sts=4 setlocal noexpandtab setlocal sw=4 ts=4 sts=0
.vimrc +9 −7 Original line number Diff line number Diff line Loading @@ -2,21 +2,15 @@ runtime bundle/pathogen/autoload/pathogen.vim call pathogen#infect() set number nowrap background=dark set tabstop=4 softtabstop=4 shiftwidth=4 set nocindent noautoindent nosmartindent set copyindent preserveindent filetype indent plugin on set nobackup nowritebackup noswapfile set tabpagemax=30 set showtabline=2 set nohlsearch set textwidth=79 "set fo=1nawroql set fo+=croqanl1w set fo-=t set modeline " Exec project-local RC files set exrc " Split controls Loading @@ -32,6 +26,14 @@ set modeline set ls=2 " === INDENTING === filetype indent plugin on set softtabstop=0 tabstop=4 shiftwidth=4 set nocindent noautoindent noexpandtab set copyindent preserveindent smartindent " === SPELLING === source ~/.vim/spell/auto.vim Loading