diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ Plugin 'Tabular' Plugin 'tComment' Plugin 'Gundo' Plugin 'altercation/vim-colors-solarized' +Plugin 'klen/python-mode' Plugin 'honza/vim-snippets' filetype plugin indent on @@ -251,6 +252,6 @@ endfunction "" Autocommands augroup autorelead_vimrc au! - au BufWritePost ~/.vimrc source ~/.vimrc + au BufWritePost ~/.vim/vimrc source ~/.vim/vimrc augroup END |