From 23f99e71bb6db607d4ce9651af29ac5b82c6ea67 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 13 Mar 2023 18:44:20 -0400 Subject: [PATCH] Updated nvim config --- nvim/lua/config/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/config/lsp.lua b/nvim/lua/config/lsp.lua index 7af2a62..fda4602 100644 --- a/nvim/lua/config/lsp.lua +++ b/nvim/lua/config/lsp.lua @@ -144,7 +144,7 @@ for _, lsp in ipairs(servers) do end -- Test source-kit ---require'lspconfig'.sourcekit.setup{} +require'lspconfig'.sourcekit.setup{} -- local sumneko_root_path = os.getenv("HOME") .. ".cache/lua-language-server"