remove bloated neovim plugins
This commit is contained in:
parent
3d28ac9260
commit
26502be998
17 changed files with 206 additions and 478 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue