[FEATURE]: Add Nushell LSP #7190

Open
opened 2026-02-16 18:06:25 -05:00 by yindo · 3 comments
Owner

Originally created by @T1ckbase on GitHub (Jan 22, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

References:
https://github.com/neovim/nvim-lspconfig/blob/master/lsp/nushell.lua

Originally created by @T1ckbase on GitHub (Jan 22, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request References: https://github.com/neovim/nvim-lspconfig/blob/master/lsp/nushell.lua
yindo added the discussion label 2026-02-16 18:06:25 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 22, 2026):

Thanks for the feature request! I've searched through existing issues and didn't find any duplicates of this Nushell LSP support request. This appears to be a unique feature request.

However, there is a related issue you might want to be aware of:

  • #8716: Opencode Desktop error with nushell as default shell (a compatibility issue with Nushell)

Feel free to reference that issue if your LSP implementation involves any shell integration concerns.

@github-actions[bot] commented on GitHub (Jan 22, 2026): Thanks for the feature request! I've searched through existing issues and didn't find any duplicates of this Nushell LSP support request. This appears to be a unique feature request. However, there is a related issue you might want to be aware of: - #8716: Opencode Desktop error with nushell as default shell (a compatibility issue with Nushell) Feel free to reference that issue if your LSP implementation involves any shell integration concerns.
Author
Owner

@YPares commented on GitHub (Jan 22, 2026):

nushell is pretty easy as the nushell interpreter is directly usable as an LSP server, via nu --lsp. I can help with testing that if needed.

@YPares commented on GitHub (Jan 22, 2026): nushell is pretty easy as the nushell interpreter is directly usable as an LSP server, via `nu --lsp`. I can help with testing that if needed.
Author
Owner

@T1ckbase commented on GitHub (Jan 23, 2026):

Hi, will you open a PR to add Nushell LSP support?

@T1ckbase commented on GitHub (Jan 23, 2026): Hi, will you open a PR to add Nushell LSP support?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7190