From a8fe070490d2fce89ba9b0837ea4bf3e4e189160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 Mar 2023 01:06:27 +0200 Subject: vim allow modelines --- root/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3