From e4ee8729de759b1745e6f9cdb52d72866314da6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 31 Jul 2023 21:22:40 +0200 Subject: [PATCH] nvim: enable lsp servers: clangd, gopls, rust_analyzer, tsserver --- nvim/.config/nvim/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index ac4e11f..6ac0799 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -409,11 +409,11 @@ end -- Add any additional override configuration in the following tables. They will be passed to -- the `settings` field of the server config. You must look up that documentation yourself. local servers = { - -- clangd = {}, - -- gopls = {}, + clangd = {}, + gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, - -- tsserver = {}, + rust_analyzer = {}, + tsserver = {}, lua_ls = { Lua = {