Skip to content

timon-schelling/lapce-plugin-nushell-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nushell LSP Lapce Plugin

Nushell language server integration.

Features

Supports all LSP features that the configured language server implementation supports.

  • Syntax highlighting
  • Error reporting
  • Code completion

Configure

Configure path to LSP server in Lapce settings.toml.

[nushell-lsp]
path = "/usr/bin/nu"
args = [ "--lsp" ]

By default, nu from PATH is used with the config looking like this.

[nushell-lsp]
path = "/usr/bin/env"
args = [ "nu", "--lsp", "--no-config-file" ]

Technical

Uses nushell's integrated LSP by default (nu --lsp --no-config-file).

About

nushell lsp lapce plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published