diff options
author | Chris <[email protected]> | 2021-03-23 19:47:53 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-23 19:47:53 -0400 |
commit | 0a26f3731ef5e449451ac54c72b1363bb623c6af (patch) | |
tree | 5d1782a6a2d596037821f060ca022c4a7bed9870 /lua/lsp | |
parent | 7367ca68b7c020b5839a1c84da9cf1f9627e82ae (diff) |
updates for lspinstall
Diffstat (limited to 'lua/lsp')
-rw-r--r-- | lua/lsp/lua-ls.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lsp/lua-ls.lua b/lua/lsp/lua-ls.lua index 5a5dae57..36df2b49 100644 --- a/lua/lsp/lua-ls.lua +++ b/lua/lsp/lua-ls.lua @@ -1,5 +1,4 @@ -- https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone) --- USER = vim.fn.expand('$USER') local sumneko_root_path = DATA_PATH .. "/lspinstall/lua" local sumneko_binary = sumneko_root_path .. "/sumneko-lua-language-server" |