I tried to configure this with vim based on... the LLM that shall not be named... but when I add this to my `~/.vimrc` it deletes the file and replaces it with the error message on error. ```vim " Auto-format SQL files with sqlfmt on save autocmd BufWritePre *.sql execute ':silent %!sqlfmt' ``` A misplaced comma like this ```sql CREATE TABLE IF NOT EXISTS "customers" ( "id" UUID PRIMARY KEY, "nickname" VARCHAR(255), ); ``` becomes ```text at or near ")": syntax error ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by coolaj86 and has received 1 comments.