An open API service indexing awesome lists of open source software.

https://github.com/ray-x/cmp-sql

SQL keywords for cmp
https://github.com/ray-x/cmp-sql

nvim-cmp psql sql

Last synced: 8 months ago
JSON representation

SQL keywords for cmp

Awesome Lists containing this project

README

          

# cmp-sql

nvim-cmp source for sql keywords. It includes 800+ sql keywords (with postgresql keywords extensions)
Useful when editing sql without db connection

# Setup

```lua
require'cmp'.setup {
sources = {
{ name = 'sql' }
}
}
```