Skip to content

Akzestia/nvim-cql-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CQL Support for NeoVim

Install via Lazy.nvim

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

About

Support for CQL in NeoVim

Topics

Resources

License

Stars

Watchers

Forks

Languages