Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

nvim-cmp psql sql

Last synced: about 1 month 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' }
}
}
```