Skip to content

Commit

Permalink
feat(languages.toml): Nushell lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Nov 21, 2023
1 parent 47b6c4b commit 8ff26f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mint = { command = "mint", args = ["ls"] }
nil = { command = "nil" }
nimlangserver = { command = "nimlangserver" }
nls = { command = "nls" }
nu-lsp = { command = "nu", args = [ "--lsp" ] }
ocamllsp = { command = "ocamllsp" }
ols = { command = "ols", args = [] }
omnisharp = { command = "OmniSharp", args = [ "--languageserver" ] }
Expand Down Expand Up @@ -1783,6 +1784,7 @@ file-types = ["nu"]
shebangs = ["nu"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-servers = [ "nu-lsp" ]

[[grammar]]
name = "nu"
Expand Down

0 comments on commit 8ff26f6

Please sign in to comment.