nickel-lang-lsp

Crates.ionickel-lang-lsp
lib.rsnickel-lang-lsp
version1.9.0
sourcesrc
created_at2022-03-09 22:42:25.265486
updated_at2024-11-12 17:41:57.489394
descriptionNLS: A language server for the Nickel configuration language.
homepagehttps://nickel-lang.org
repositoryhttps://github.com/tweag/nickel
max_upload_size
id547224
size313,217
Core (github:nickel-lang:core)

documentation

README

Nickel Language Server

The Nickel Language Server (NLS) is a language server for the Nickel programming language. NLS offers error messages, type hints, and auto-completion right in your favorite LSP-enabled editor.

NLS is a stand-alone binary. Once built, you must then configure you code editor to use it for Nickel source files. This document covers building NLS and using it in VSCode, (Neo)Vim and Emacs.

Formatting Capabilities

Formatting in nls is currently based on Topiary, used as a library. No configuration or external dependencies are necessary.

Commit count: 4214

cargo fmt