Cleanup nvim LSP settings

This commit is contained in:
Ben Kreeger 2025-12-15 15:43:56 -06:00
parent d599472675
commit b2cfc4e002
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50

View File

@ -1,19 +1,6 @@
local mason_lsps = { local mason_lsps = {
-- LSPs -- LSPs
-- "jsonls",
"lua_ls", "lua_ls",
-- "ruby_lsp",
-- "rubocop",
-- "rust_analyzer",
-- "terraformls",
-- "ts_ls",
-- "yamlls",
-- Formatters
-- "fixjson",
-- "goimports",
-- "hclfmt",
-- "prettierd",
-- "shellharden",
"stylua", "stylua",
} }
@ -22,15 +9,6 @@ local non_mason_lsps = {
} }
return { return {
-- {
-- "WhoIsSethDaniel/mason-tool-installer.nvim",
-- dependencies = {
-- "mason-org/mason-lspconfig.nvim",
-- },
-- opts = {
-- ensure_installed = mason_lsps,
-- },
-- },
{ {
"mason-org/mason-lspconfig.nvim", "mason-org/mason-lspconfig.nvim",
opts = { opts = {