Update for deprecation of nvim-lspconfig framework

This commit is contained in:
2025-10-02 11:26:40 +01:00
parent a5ef1c2e23
commit 4bf59bd295
2 changed files with 18 additions and 64 deletions

View File

@@ -20,12 +20,4 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup("plugins", opts)
-- Next, set up custom LSPs
local lspconfig = require("lspconfig")
lspconfig.nushell.setup({})
lspconfig.prolog_ls.setup({ root_dir = lspconfig.util.root_pattern(".git") })
lspconfig.nixd.setup({})
lspconfig.mojo.setup({})
require("nvim-web-devicons").refresh() -- This fixes screwiness with the devicon colors