[nvim] Disable modelines

This commit is contained in:
Midgard 2019-06-13 20:10:32 +02:00
parent c23dc7af91
commit c17e9158be
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -16,6 +16,8 @@ set laststatus=2 " always show the status line
set encoding=utf-8 " set default encoding set encoding=utf-8 " set default encoding
set autoread " autoreload file on change set autoread " autoreload file on change
set nomodeline " after the latest modeline vulnerability I've had it
set inccommand=split set inccommand=split
set conceallevel=0 " don't use conceals, seriously set conceallevel=0 " don't use conceals, seriously