From 2447f172d76956451618c81d982ce4c9565bee63 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Tue, 7 May 2024 10:15:32 -0400 Subject: [PATCH] vim: + formatter --- vim/ftplugin/html.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftplugin/html.vim diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim new file mode 100644 index 0000000..0b66b24 --- /dev/null +++ b/vim/ftplugin/html.vim @@ -0,0 +1,2 @@ +let b:ale_fixers = ['prettier'] +set foldmethod=syntax