From 5635b5e4341a40d25decc9ae6d4db8d3e5287685 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 3 Oct 2019 19:44:11 +0200 Subject: [PATCH] Enabled modeline --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index e60d402..5a62d4b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -125,3 +125,9 @@ let g:asyncrun_open = 16 " prosession let g:prosession_tmux_title = 1 let g:prosession_per_branch = 1 + +" modeline +set modeline +set modelines=5 + +" vim: foldmethod=marker foldmarker={{{,}}}