From 63ed116909850fb9ca2ee21748c990897db3bee3 Mon Sep 17 00:00:00 2001 From: David Drottson Date: Sat, 16 Mar 2024 09:14:28 +0100 Subject: [PATCH] feat: add YAML, Go and JS support --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 3410acf7..3dc5ae57 100644 --- a/init.lua +++ b/init.lua @@ -570,6 +570,9 @@ require('lazy').setup { }, }, }, + gopls = {}, + yamlls = {}, + tsserver = {}, } -- Ensure the servers and tools above are installed