coc-sql

0.11.0 • Public • Published

coc-sql

SQL extension for coc.nvim

Features

Install

:CocInstall coc-sql

Commands

  • sql.Format for current file

Configuration

  • sql.lintOnOpen: Lint sql file on opening, default true
  • sql.lintOnChange: Lint sql file on change, default true
  • sql.lintOnSave: Lint sql file on save, default true
  • sql.database: Choose the database syntax flavor, default to guess
  • sql.formatOptions: Format options passed to sql-formatter, checkout https://github.com/zeroturnaround/sql-formatter

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

Readme

Keywords

Package Sidebar

Install

npm i coc-sql

Weekly Downloads

160

Version

0.11.0

License

MIT

Unpacked Size

7.54 MB

Total Files

4

Last publish

Collaborators

  • fannheyward