SQL extension for coc.nvim
- Format by sql-formatter
- Lint by node-sql-parser
:CocInstall coc-sql
sql.Formatfor current file
sql.lintOnSave: Lint sql file on save, defaulttruesql.lintOnChange: Lint sql file on change, defaulttrue
:call CocAction('format'):CocCommand sql.Format
xmap <leader>f <Plug>(coc-format-selected)
nmap <leader>f <Plug>(coc-format-selected)MIT