aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nushell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/nushell.lua')
-rw-r--r--lsp/nushell.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lsp/nushell.lua b/lsp/nushell.lua
new file mode 100644
index 00000000..999eae52
--- /dev/null
+++ b/lsp/nushell.lua
@@ -0,0 +1,10 @@
+---@brief
+---
+---https://github.com/nushell/nushell
+--
+-- Nushell built-in language server.
+return {
+ cmd = { 'nu', '--lsp' },
+ filetypes = { 'nu' },
+ root_markers = { '.git' },
+}