aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nushell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/nushell.lua')
-rw-r--r--lsp/nushell.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nushell.lua b/lsp/nushell.lua
index b7f72f47..0bc12c2d 100644
--- a/lsp/nushell.lua
+++ b/lsp/nushell.lua
@@ -3,6 +3,7 @@
--- https://github.com/nushell/nushell
---
--- Nushell built-in language server.
+---@type vim.lsp.Config
return {
cmd = { 'nu', '--lsp' },
filetypes = { 'nu' },