🗑️ remove(nvim): python extended extra because of redundancy with lint and formatting plugins
This commit is contained in:
parent
f98683298e
commit
7bfa587408
1 changed files with 0 additions and 9 deletions
|
@ -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,
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue