Crates.io
Support me on Patreon
The 1nonly Open Source language server for CQL (Cassandra Query Language) ^_^
down_scaled_preview.mp4
- Free
- Open Source language server (under MIT License)
- Aiming to provide the best experience
- Seamless Integration with Zed && Nvim
- Written in Rust :D
Install Language Server binary using cargo
cargo install cql_lsp
Add env variables to your shell config
export PATH="$HOME/.cargo/bin:$PATH" export CQL_LSP_DB_URL="172.17.0.2" export CQL_LSP_DB_PASSWD="cassandra" export CQL_LSP_DB_USER="cassandra" export CQL_LSP_ENABLE_LOGGING="false" export CQL_LSP_TYPE_ALIGNMENT_OFFSET="7"
This project is licensed under the MIT License.