diff --git a/.config/nvim/lua/plugin/conform.lua b/.config/nvim/lua/plugin/conform.lua index 5aa89fc..0d1c16e 100644 --- a/.config/nvim/lua/plugin/conform.lua +++ b/.config/nvim/lua/plugin/conform.lua @@ -10,7 +10,7 @@ require('conform').setup({ typescript = { 'clang-format', lsp_format = "first" }, css = { 'clang-format' }, rust = { 'rustfmt' }, - sh = { 'shfmt' }, + bash = { 'shfmt' }, python = { 'isort' }, -- json = { 'jq' }, -- yaml = { 'yq' },