install ruff and pyright vim

This commit is contained in:
Reathe 2026-01-31 13:50:01 +01:00
parent ad7f8da144
commit f7cd5d261d
1 changed files with 2 additions and 1 deletions

View File

@ -598,7 +598,7 @@ require('lazy').setup({
local servers = { local servers = {
-- clangd = {}, -- clangd = {},
-- gopls = {}, -- gopls = {},
-- pyright = {}, pyright = {},
-- rust_analyzer = {}, -- rust_analyzer = {},
-- --
-- Some languages (like typescript) have entire language plugins that can be useful: -- Some languages (like typescript) have entire language plugins that can be useful:
@ -619,6 +619,7 @@ require('lazy').setup({
vim.list_extend(ensure_installed, { vim.list_extend(ensure_installed, {
'lua-language-server', -- Lua Language server 'lua-language-server', -- Lua Language server
'stylua', -- Used to format Lua code 'stylua', -- Used to format Lua code
'ruff',
-- You can add other tools here that you want Mason to install -- You can add other tools here that you want Mason to install
}) })