diff options
-rw-r--r-- | root/.vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/.vimrc b/root/.vimrc index e1fd270..2a519bb 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -233,3 +233,7 @@ autocmd FileType python set shiftwidth=2 set guifont=terminus\ 12 let g:rust_recommended_style = 0 + +set modeline +set modelines=5 +set modelineexpr |