From 98ac60227e08604eaab37d6b809afd135d732245 Mon Sep 17 00:00:00 2001 From: marekmichalski Date: Sun, 25 Feb 2024 14:50:08 +0100 Subject: [PATCH] config --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 108007fd..39ee9205 100644 --- a/init.lua +++ b/init.lua @@ -555,11 +555,11 @@ require('mason-lspconfig').setup() -- define the property 'filetypes' to the map in question. local servers = { -- clangd = {}, - -- gopls = {}, + gopls = {}, -- pyright = {}, -- rust_analyzer = {}, - -- tsserver = {}, - -- html = { filetypes = { 'html', 'twig', 'hbs'} }, + tsserver = {}, + html = { filetypes = { 'html', 'twig', 'hbs'} }, lua_ls = { Lua = {