neocmakelsp

A Language Server Protocol implementation for CMake build files

brewmacoslinux
Try with needOr install directly
Source

About

Another cmake lsp

Commands

neocmakelsp

Examples

Start the LSP server on default port$ neocmakelsp --listen 127.0.0.1:9257
Configure in Neovim with nvim-lspconfig$ require('lspconfig').neocmakelsp.setup({})
Use as editor language server for CMakeLists.txt files$ neocmakelsp