From 05a8f3c75522dd9b8c905fb6133fb7b79583654b Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 7 Mar 2023 16:18:59 +0200 Subject: Did some changes t rc.lua --- nvim/.config/nvim/lua/user/lsp.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nvim') diff --git a/nvim/.config/nvim/lua/user/lsp.lua b/nvim/.config/nvim/lua/user/lsp.lua index 979dbe2..d953d40 100644 --- a/nvim/.config/nvim/lua/user/lsp.lua +++ b/nvim/.config/nvim/lua/user/lsp.lua @@ -49,11 +49,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 = {}, - -- pyright = {}, - -- rust_analyzer = {}, - -- tsserver = {}, + clangd = {}, + gopls = {}, + pyright = {}, + rust_analyzer = {}, + tsserver = {}, sumneko_lua = { Lua = { -- cgit v1.2.3