Note
If you want to have code completions, you will need to install CQL language server
# Install cqlls using cargo
cargo install cql_lsp-- lua/plugins/nvim-cql.lua
return {
{
"Akzestia/nvim-cql-v2",
lazy = false,
config = function()
require("cql").setup()
end,
},
}Tip
If you have any issues with the plugin, open issue on laguage server repo