From df0fa389e5c3fdf9804ef42392042603bf3279f7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 31 Oct 2019 12:43:50 -0500 Subject: [PATCH] Add ftplugin files --- apps/neovim/.gitignore | 2 +- apps/neovim/ftplugin/elm.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/neovim/ftplugin/elm.vim diff --git a/apps/neovim/.gitignore b/apps/neovim/.gitignore index 81a8689..c3702eb 100644 --- a/apps/neovim/.gitignore +++ b/apps/neovim/.gitignore @@ -1,5 +1,5 @@ /* -!/ftplugin/* +!/ftplugin/ !/.gitignore !/init.vim !/settings.vim diff --git a/apps/neovim/ftplugin/elm.vim b/apps/neovim/ftplugin/elm.vim new file mode 100644 index 0000000..082b23a --- /dev/null +++ b/apps/neovim/ftplugin/elm.vim @@ -0,0 +1 @@ +let g:elm_format_autosave=0