[nvim] Disable modelines
This commit is contained in:
parent
c23dc7af91
commit
c17e9158be
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ set laststatus=2 " always show the status line
|
|||
set encoding=utf-8 " set default encoding
|
||||
set autoread " autoreload file on change
|
||||
|
||||
set nomodeline " after the latest modeline vulnerability I've had it
|
||||
|
||||
set inccommand=split
|
||||
|
||||
set conceallevel=0 " don't use conceals, seriously
|
||||
|
|
Loading…
Reference in a new issue