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
-- https://github.com/Microsoft/pyright
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pyright
lspconfig.pyright.setup({})
-- 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#ruff
lspconfig.ruff.setup({})
-- Markdown
-- https://github.com/artempyanykh/marksman