From 882c6233855518258ec7f88341503d26623ba5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Mu=C3=B1oz=20Paredes?= Date: Thu, 25 Apr 2024 16:35:10 +0200 Subject: [PATCH] Add pyright and taplo to install automatic --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index efe23f02..4da9b629 100644 --- a/init.lua +++ b/init.lua @@ -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 --