aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nxls.lua
blob: 0c36cba704071565ae53165cf82a65abb5b83718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---@brief
---
--- https://github.com/nrwl/nx-console/tree/master/apps/nxls
---
--- nxls, a language server for Nx Workspaces
---
--- `nxls` can be installed via `npm`:
--- ```sh
--- npm i -g nxls
--- ```
return {
  cmd = { 'nxls', '--stdio' },
  filetypes = { 'json', 'jsonc' },
  root_markers = { 'nx.json', '.git' },
}