update nvim python support
This commit is contained in:
parent
6b2e261d8c
commit
9245b7b823
3 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ return {
|
|||
javascriptreact = { "eslint_d" },
|
||||
typescriptreact = { "eslint_d" },
|
||||
-- astro = { "eslint_d" },
|
||||
python = { "pyright" },
|
||||
python = { "pylint" },
|
||||
sh = { "shellcheck" },
|
||||
NeogitCommitMessage = { "gitlint" },
|
||||
gitcommit = { "gitlint" },
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ return {
|
|||
opts = {
|
||||
ensure_installed = {
|
||||
"blue",
|
||||
"pylint",
|
||||
"eslint_d",
|
||||
"markdownlint",
|
||||
"nimlsp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue