0.0.0 • Published 1 year ago

coc-nil v0.0.0

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
-
Last release
1 year ago

coc-nil

WIP

nil language server glue for Vim/Neovim, works as an extension with coc.nvim.

Install

:CocInstall coc-nil

Configurations

This extension is configured using a jsonc file. You can open this configuration file using the command :CocConfig, and it is typically located at $HOME/.config/nvim/coc-settings.json.

Configurations to the LSP is documentated in docs/configuration.md of the LSP repository, with the exception that configuration keys can ALSO be written as flattened dot-separated string key. That is, coc-nvim supports "nil.nix.binary": "nix", "nil": { "nix": { "binary": "nix" } }", and even "nil": { "nix.binary": "nix" }.

The table below shows all extra configurations for the extension itself.

ConfigurationDescriptionDefault
nil.enableEnable coc-niltrue
nil.server.pathPath to the nil LSP server"nil"

License

"coc-nil" is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

0.0.0

1 year ago