From 76a01488715b0257f2deaee7e3b1fe928a4f2a72 Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 3 Apr 2022 15:29:08 +0100 Subject: [PATCH] lazygit 2022-04-03 15:29 --- ftplugin/notecrate.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/ftplugin/notecrate.vim b/ftplugin/notecrate.vim index 69d6676..b1a6b86 100644 --- a/ftplugin/notecrate.vim +++ b/ftplugin/notecrate.vim @@ -2,6 +2,7 @@ setlocal textwidth=79 setlocal autowriteall setlocal comments+=b:* setlocal foldlevel=3 + " setlocal formatoptions=cro command -nargs=1 Rename call notecrate#rename_note()