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