From aa724377a8dbfd1785c917f716677df6daeafa3b Mon Sep 17 00:00:00 2001 From: Kirill Morozov Date: Tue, 24 Dec 2024 21:49:03 +0100 Subject: [PATCH] feat(vim): add Elm ftplugin --- vim/ftplugin/elm.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/elm.vim diff --git a/vim/ftplugin/elm.vim b/vim/ftplugin/elm.vim new file mode 100644 index 0000000..afb886b --- /dev/null +++ b/vim/ftplugin/elm.vim @@ -0,0 +1,2 @@ +setlocal formatprg=elm-format\ --stdin +setlocal makeprg=elm\ make