LSP server and treesitter grammar for Nushell

This commit is contained in:
Imbus 2024-08-05 06:04:17 +02:00
parent 5eb58bd9c6
commit 8e33c583bc
2 changed files with 9 additions and 0 deletions

View file

@ -15,6 +15,10 @@ return { -- LSP Configuration & Plugins
{ 'folke/lazydev.nvim', opts = {} },
},
config = function()
-- Manual config for Nushell LSP
-- TODO: Remove once `mason-lspconfig` supports Nushell
require('lspconfig').nushell.setup {}
-- Brief aside: **What is LSP?**
--
-- LSP is an initialism you've probably heard, but might not understand what it is.