Add pyright and taplo to install automatic

This commit is contained in:
Fernando Muñoz Paredes 2024-04-25 16:35:10 +02:00
parent 94fb9a2255
commit 882c623385
1 changed files with 2 additions and 1 deletions

View File

@ -557,7 +557,8 @@ require('lazy').setup({
local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
pyright = {},
taplo = {}, -- LSP for toml files
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--