commit | b431735f732a16d3a0a43b4b6f4e81adc3853d29 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:11:00 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:11:00 2022 +0000 |
tree | f02066f296989a32f06240e1a7104806bd8f1c45 | |
parent | 97efa1a882be0f847bdeeaef0751410789a3c5f3 [diff] |
Change the order of ts and js formatters
diff --git a/modules/neovim/neoformat/setup.vim b/modules/neovim/neoformat/setup.vim index e92db5a..02a6b94 100644 --- a/modules/neovim/neoformat/setup.vim +++ b/modules/neovim/neoformat/setup.vim
@@ -2,3 +2,6 @@ let g:shfmt_opt="-ci" let g:neoformat_try_node_exe = 1 + +let g:neoformat_enabled_javascript = ["prettier-eslint", "eslint_d", "prettier"] +let g:neoformat_enabled_typescript = ["prettier-eslint", "eslint_d", "prettier"]