nixd and remove ripple

This commit is contained in:
2026-03-09 14:27:38 +00:00
parent 379a2a5774
commit 90b907eb3d
3 changed files with 8 additions and 23 deletions
+1 -15
View File
@@ -1,7 +1,4 @@
return {
-- Mason for installing LSP servers
{ "mason-org/mason.nvim", opts = {} },
"WhoIsSethDaniel/mason-tool-installer.nvim",
-- Useful status updates for LSP.
{ "j-hui/fidget.nvim", opts = {} },
@@ -178,18 +175,6 @@ return {
})
-- Install tools via mason-tool-installer
require("mason-tool-installer").setup({
ensure_installed = {
"stylua",
"lua-language-server",
"pyright",
"css-lsp",
"eslint-lsp",
"vtsls",
"tailwindcss-language-server",
"biome",
},
})
-- Load custom LSP configs from nvim/lsp/*.lua to override nvim-lspconfig defaults
local lsp_path = vim.fn.stdpath("config") .. "/lsp"
@@ -215,6 +200,7 @@ return {
"svelte",
"tailwindcss",
"biome",
"nixd",
})
end,
},