CQL Support for NeoVim

April 17, 2026 ยท View on GitHub

Setup

cargo install cqlls
return {
  {
    "Akzestia/nvim-cql-v2",
    lazy = false,
    config = function()
      require("cql").setup()
    end,
  },
}

Note

You will also need to run the following after installing the plugin ^_^

:TSUpdate
:TSInstall cql

Tip

If you have any issues with the plugin, open issue on laguage server repo