diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 19:48:28 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-28 19:48:28 -0200 |
commit | 99a50cefad0ebcb09dfe2958749ae35686a40aa7 (patch) | |
tree | a96c0d1181181ca9fdc807089256697010230259 /modules/vim | |
parent | 1e048d80a67f5a35902682e9f04ec80c5253c719 (diff) | |
download | dotfiles-99a50cefad0ebcb09dfe2958749ae35686a40aa7.tar.gz dotfiles-99a50cefad0ebcb09dfe2958749ae35686a40aa7.tar.bz2 |
Disabling modeline in vim
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 |