config(nvim): use ruff instead of pyright

main
sudo pacman -Syu 2024-06-15 09:35:49 +07:00
parent 540e03699b
commit 46f86161ac
1 changed files with 3 additions and 3 deletions

View File

@ -495,9 +495,9 @@ require("lazy").setup({
}) })
-- Python -- Python
-- https://github.com/Microsoft/pyright -- https://github.com/astral-sh/ruff/blob/main/crates/ruff_server/docs/setup/NEOVIM.md
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pyright -- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff
lspconfig.pyright.setup({}) lspconfig.ruff.setup({})
-- Markdown -- Markdown
-- https://github.com/artempyanykh/marksman -- https://github.com/artempyanykh/marksman