mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
neovim(python): Use basedpyright for LSP & ruff for linting &
formatting
This commit is contained in:
@@ -8,11 +8,11 @@ return {
|
||||
|
||||
-- Linters are only required for dynamically typed languages
|
||||
lint.linters_by_ft = {
|
||||
python = { "pylint" },
|
||||
markdown = { "markdownlint" },
|
||||
yaml = { "yamllint", "trivy" },
|
||||
dockerfile = { "hadolint", "trivy" },
|
||||
markdown = { "markdownlint" },
|
||||
python = { "ruff" },
|
||||
terraform = { "trivy" },
|
||||
yaml = { "yamllint", "trivy" },
|
||||
|
||||
["*"] = { "codespell" },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user