No formatter avaliable #3096
-
|
Hi. I install first formatter that support JS, then I try to format it (space + c + f) and see that "No formatter available". What I am missing? |
Beta Was this translation helpful? Give feedback.
Answered by
dpetka2001
May 3, 2024
Replies: 1 comment
-
|
You also have to configure formatters_by_ft = {
lua = { "stylua" },
fish = { "fish_indent" },
sh = { "shfmt" },
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Set27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You also have to configure
conform.nvimto use the formatter you want for the filetype you want. See docs. Specifically you must add it in