remove bloated neovim plugins

This commit is contained in:
Alexander Navarro 2024-08-08 16:37:12 -04:00
parent 3d28ac9260
commit 26502be998
17 changed files with 206 additions and 478 deletions

View file

@ -7,7 +7,7 @@ return {
{ "williamboman/mason.nvim" },
"williamboman/mason-lspconfig.nvim",
-- Additional lua configuration, makes nvim stuff amazing!
{ "folke/neodev.nvim", opts = {} },
{ "folke/neodev.nvim", opts = {} },
},
config = function()
@ -130,9 +130,7 @@ return {
-- Ensure the servers above are installed
local mason_lspconfig = require("mason-lspconfig")
mason_lspconfig.setup({
ensure_installed = vim.tbl_keys(servers),
})
mason_lspconfig.setup({})
mason_lspconfig.setup_handlers({
function(server_name)