Skip to content

Commit

Permalink
feat: use ruff instead of ruff_lsp since (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jul 20, 2024
1 parent d5616e2 commit 045c213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickstart-python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local plugins = {
opts = {
ensure_installed = {
"pyright", -- LSP for python
"ruff-lsp", -- linter for python (includes flake8, pep8, etc.)
"ruff", -- linter for python (includes flake8, pep8, etc.)
"debugpy", -- debugger
"black", -- formatter
"isort", -- organize imports
Expand Down

0 comments on commit 045c213

Please sign in to comment.