From cbf2112e929cf3fd1808dac4b8e352870c8238ca Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Mar 2017 10:22:51 +0000 Subject: [PATCH] vim: add format options for vimwiki files --- vim/ftplugin/vimwiki.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/vimwiki.vim diff --git a/vim/ftplugin/vimwiki.vim b/vim/ftplugin/vimwiki.vim new file mode 100644 index 0000000..0b80e85 --- /dev/null +++ b/vim/ftplugin/vimwiki.vim @@ -0,0 +1,2 @@ +setlocal textwidth=80 +setlocal formatoptions+=awt " auto-format -- 2.48.1