Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 662 Bytes

coc-sql

SQL extension for coc.nvim

Features

Install

:CocInstall coc-sql

Commands

  • sql.Format for current file

Configuration

  • sql.lintOnSave: Lint sql file on save, default true
  • sql.lintOnChange: Lint sql file on change, default true

Usage

Format document

  • :call CocAction('format')
  • :CocCommand sql.Format

Format selected content

xmap <leader>f  <Plug>(coc-format-selected)
nmap <leader>f  <Plug>(coc-format-selected)

License

MIT