(nvim) remove autoinstall autopep in lsp.lua
This commit is contained in:
parent
eba1ce52e0
commit
cff3d2399b
2 changed files with 2 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue