From ca8ece96555f474ba1fbeb69d4127c43560baeb7 Mon Sep 17 00:00:00 2001 From: lowell Date: Sun, 16 Feb 2025 17:08:45 -0500 Subject: [PATCH] added astro and ruby LSPs --- lua/plugins/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 247635a..1634b6b 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -162,6 +162,9 @@ return { -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`tsserver`) will work just fine + astro = {}, + rufo = {}, + ruby_lsp = {}, tsserver = {}, ruff = {}, pylsp = {