diff options
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r-- | vimrc.dot.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index 20f4aaa..e139b52 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -60,6 +60,8 @@ endif " Pathogen - https://github.com/tpope/vim-pathogen call pathogen#infect() +syntax on +filetype plugin indent on " No modelines set nomodeline |