This commit is contained in:
Yaser Alraddadi 2024-08-19 02:00:42 +03:00
parent 24b705b6ab
commit 0862adc22e
4 changed files with 36 additions and 6 deletions

View file

@ -669,6 +669,7 @@ require('lazy').setup({
-- python -> LSP: basedpyright, Formatter & linter
-- https://github.com/astral-sh/ruff/blob/main/crates/ruff_server/docs/setup/NEOVIM.md
-- https://docs.astral.sh/ruff/editors/setup/#neovim
ruff = {
-- Disable hover in favor of Pyright
on_attach = on_attach_ruff,