This commit is contained in:
Henrik Bakken
2025-04-10 22:22:57 +02:00
parent 9d57129876
commit 42578aaf97
8 changed files with 284 additions and 159 deletions
+2
View File
@@ -387,6 +387,7 @@ local function makespec_lspconfig()
local lspconfig = require("lspconfig")
lspconfig.tinymist.setup({})
lspconfig.bashls.setup({})
lspconfig.nushell.setup({})
lspconfig.lua_ls.setup({
cmd = { "lua-language-server" },
settings = {
@@ -1267,6 +1268,7 @@ local function makespec_treesitter()
"git_rebase",
"gitcommit",
"lua",
"nu",
"python",
"regex",
"vimdoc",