From 99a50cefad0ebcb09dfe2958749ae35686a40aa7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Jan 2013 19:48:28 -0200 Subject: Disabling modeline in vim --- modules/vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/vim') 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 -- cgit v1.2.3