config(nvim): use ruff instead of pyright
parent
540e03699b
commit
46f86161ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue