From faa55e366419efde463c45d6c2c1cc39fcc8b348 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 25 Dec 2023 10:11:04 +0100 Subject: [PATCH] lsp: add my usual LSPs to the config --- lua/lsp.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lua/lsp.lua b/lua/lsp.lua index 623d49f..d17655e 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -74,12 +74,13 @@ require('mason-lspconfig').setup() -- If you want to override the default filetypes that your language server will attach to you can -- define the property 'filetypes' to the map in question. local servers = { - -- clangd = {}, + clangd = {}, -- gopls = {}, - -- pyright = {}, - -- rust_analyzer = {}, - -- tsserver = {}, + pyright = {}, + rust_analyzer = {}, + tsserver = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} }, + texlab = {}, lua_ls = { Lua = {