From 7ebf9126bcbe10769b2275056fede56736890b59 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 20 Jan 2020 11:56:31 +0100 Subject: Syntax files ready and tested --- ftplugin/univention-template.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/univention-template.vim (limited to 'ftplugin') diff --git a/ftplugin/univention-template.vim b/ftplugin/univention-template.vim new file mode 100644 index 0000000..9071bcd --- /dev/null +++ b/ftplugin/univention-template.vim @@ -0,0 +1,4 @@ +setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart) +setlocal foldmethod=syntax +setlocal foldenable + -- cgit v1.2.3