mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
neovim(python): Use basedpyright for LSP & ruff for linting &
formatting
This commit is contained in:
@@ -21,11 +21,12 @@ return {
|
||||
|
||||
lua = { "stylua" },
|
||||
markdown = { "markdownlint" },
|
||||
python = { "black" },
|
||||
rust = { "rustfmt" },
|
||||
python = { "ruff_fix", "ruff_format", "ruff_organize_imports" },
|
||||
xml = { "xmllint" },
|
||||
yaml = { "yamlfmt" },
|
||||
|
||||
rust = { "rustfmt" },
|
||||
|
||||
["_"] = { "trim_whitespace" },
|
||||
},
|
||||
format_on_save = {
|
||||
|
||||
Reference in New Issue
Block a user