aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nushell.lua
blob: 999eae52d948f79e689860cfbd672b416e3e8f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---https://github.com/nushell/nushell
--
-- Nushell built-in language server.
return {
  cmd = { 'nu', '--lsp' },
  filetypes = { 'nu' },
  root_markers = { '.git' },
}