Lisp support and so on

This commit is contained in:
Imbus 2024-12-02 08:13:10 +01:00
parent e145f9f06d
commit e9fe358191
4 changed files with 65 additions and 0 deletions

View file

@ -24,6 +24,7 @@ return { -- LSP Configuration & Plugins
-- Manual config for Nushell LSP
-- TODO: Remove once `mason-lspconfig` supports Nushell
require('lspconfig').nushell.setup {}
require('lspconfig').janet_lsp.setup {}
-- Brief aside: **What is LSP?**
--