fannheyward / coc-sql

SQL extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, valid values: db2, hive, mysql, mariadb, bigquery, postgresql, transactsql
  • 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

About

SQL extension for coc.nvim

License:MIT License


Languages

Language:TypeScript 85.0%Language:JavaScript 15.0%