From aaf2ccaf586d2e3f48d852923a67eb00653ae52f Mon Sep 17 00:00:00 2001 From: NightMachinary <36224762+NightMachinary@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:50:45 +0330 Subject: [PATCH] Fixed typo in var name --- modules/lang/lua/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/lua/README.org b/modules/lang/lua/README.org index 77ab8e8eb..a48afb5c0 100644 --- a/modules/lang/lua/README.org +++ b/modules/lang/lua/README.org @@ -50,7 +50,7 @@ configuration variables correctly (use a bare ~(setq lsp-clients-emmy-lua-java-path value)~ in your =config.el=) *** Eglot This server is built in Lua, so a =lua= environment will be necessary -+ [[https://github.com/sumneko/lua-language-server][lua-language-server]] must be installed and built locally, with =lua-lsp-dir= ++ [[https://github.com/sumneko/lua-language-server][lua-language-server]] must be installed and built locally, with =+lua-lsp-dir= variable pointing to the root of the repository * TODO Features