New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

coc-cmake

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-cmake

coc.nvim extension for cmake language

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
80
-9.09%
Maintainers
1
Weekly downloads
 
Created
Source

coc-cmake

publish npm version

coc.nvim extension for cmake language.

Features

  • Code completion
  • Code formatting
  • Hover documentation
  • Online document help

Install

:CocInstall coc-cmake

Commands

  • :CocCommand cmake.onlineHelp

Configuration

Properties

cmake.cmakePath: Path to CMake generator executable. Type:
string
Default:
"cmake"
cmake.formatter: Path to [cmake-format](https://github.com/cheshirekow/cmake_format). Type:
string
Default:
"cmake-format"
cmake.formatter_args: Additional arguments to be passed down to the formatter. Type:
string[]
Default:
[]
cmake.lsp.enable: Enable language server(https://github.com/regen100/cmake-language-server), Notice that the functionality(completion, formatting, etc.) of lsp and extension builtin can not coexist. Type:
boolean
Default:
false
cmake.lsp.serverPath: Path to [cmake-language-server](https://github.com/regen100/cmake-language-server). Type:
string
Default:
"cmake-language-server"
cmake.lsp.buildDirectory: See https://github.com/regen100/cmake-language-server#configuration. Type:
string
Default:
"build"

References

License

MIT

Keywords

coc.nvim

FAQs

Package last updated on 02 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts