SQL extension for coc.nvim
- Format by sql-formatter
- Lint by node-sql-parser
:CocInstall coc-sql
sql.Format
for current file
sql.lintOnSave
: Lint sql file on save, defaulttrue
sql.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