Skip to content

Akzestia/nvim-cql-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQL Support for NeoVim

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

About

Support for CQL in NeoVim

Topics

Resources

License

Stars

Watchers

Forks

Contributors