Przeglądaj źródła

Disable security prompt when loading local vimrc

Sorry security, but it was too cumbersome.
DricomDragon 4 lat temu
rodzic
commit
4111a842fb
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      Install/Templates/home/vim/vimrc

+ 3 - 0
Install/Templates/home/vim/vimrc

@@ -18,6 +18,9 @@ Plugin 'tpope/vim-repeat' " Allow custom commands from vim-unimpaired to be repe
 Plugin 'embear/vim-localvimrc' " Allow Vim tweak per project, useful for coding conventions
 call vundle#end()
 
+" Tweak embear/vim-localvimrc
+let g:localvimrc_ask=0
+
 " Make hard tab look like 4 spaces tabs
 set shiftwidth=4
 set tabstop=4