ciaranm / securemodelines

A secure alternative to Vim modelines
107 stars 29 forks source link

Documentation / README.md #18

Open ggrandes opened 8 years ago

ggrandes commented 8 years ago

Where is the "good" location for put the "securemodelines.vim" script (Debian/Ubuntu):

/usr/share/vim/vim74/plugin/ ?
... other ... ?
AlexVonB commented 5 years ago

For future reference: you could use https://github.com/junegunn/vim-plug and add this plugin in your .vimrc:

Plug 'ciaranm/securemodelines'

And then call :PlugInstall to download it.