🗑️ remove(nvim): python extended extra because of redundancy with lint and formatting plugins

This commit is contained in:
Sergio Laín 2023-11-26 01:39:37 +01:00
parent f98683298e
commit 7bfa587408
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,9 +0,0 @@
return {
{
"williamboman/mason.nvim",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "pylint", "isort" })
end,
},
}