diff options
Diffstat (limited to 'modules/vim')
-rw-r--r-- | modules/vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/vim/vimrc b/modules/vim/vimrc index c4f3c22..7210c40 100644 --- a/modules/vim/vimrc +++ b/modules/vim/vimrc @@ -47,6 +47,9 @@ endif " Pathogen - https://github.com/tpope/vim-pathogen call pathogen#infect() +" No modelines +set nomodeline + " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc |