sql-formatter setup
#1742
-
|
I have sql-formatter installed through I'm using the |
Beta Was this translation helpful? Give feedback.
Answered by
dadav
Oct 16, 2023
Replies: 2 comments 2 replies
-
|
sql_formatter |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You must write it like this return {
{
'stevearc/conform.nvim',
opts = {
formatters_by_ft = {
sql = {"sql_formatter"}
},
},
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
deng232
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must write it like this