diff --git a/.config/nvim/lua/plugins/conform.lua b/.config/nvim/lua/plugins/conform.lua index 1186b12..d6f1842 100644 --- a/.config/nvim/lua/plugins/conform.lua +++ b/.config/nvim/lua/plugins/conform.lua @@ -5,13 +5,8 @@ return { formatters_by_ft = { sh = { "shfmt" }, bash = { "shfmt" }, + lua = { "stylua" }, + fish = { "fish_indent" }, }, - - -- format_on_save = { - -- -- These options will be passed to conform.format() - -- timeout_ms = 500, - -- lsp_fallback = true, - -- quiet = true, - -- }, }, }