aboutsummaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-03-07 16:18:59 +0200
commit05a8f3c75522dd9b8c905fb6133fb7b79583654b (patch)
tree008230cf28a2b437cfb003d1e3c18a307f15a51e /nvim
parent5126035e6763ee45c0e48e3d8bca7ea629479e83 (diff)
downloaddotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.tar.xz
dotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.zip
Did some changes t rc.lua
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/user/lsp.lua10
1 files changed, 5 insertions, 5 deletions
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 = {