(nvim) remove autoinstall autopep in lsp.lua

This commit is contained in:
juancwu 2026-01-10 18:06:37 +00:00
commit cff3d2399b
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@ return {
}
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, { "stylua", "yamlfmt", "autopep8", "biome", "goimports" })
vim.list_extend(ensure_installed, { "stylua", "yamlfmt", "biome", "goimports" })
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
require("mason-lspconfig").setup({