diff options
| author | Github Actions <actions@github> | 2021-01-15 06:11:37 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-01-15 06:11:37 +0000 |
| commit | 5c902243081ae2bed6bd30d785b4848012895de8 (patch) | |
| tree | 7286e0c861449e767d1cd9e6fc7e78402963ebe3 | |
| parent | LspInfo: fix display when client cmd contains newlines (diff) | |
| download | nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar.gz nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar.bz2 nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar.lz nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar.xz nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.tar.zst nvim-lspconfig-5c902243081ae2bed6bd30d785b4848012895de8.zip | |
[docgen] Update README.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2132,6 +2132,7 @@ require'lspconfig'.julials.setup{} Commands: Default Values: + cmd = { "julia", "--startup-file=no", "--history-file=no", "-e", ' using Pkg;\n Pkg.instantiate()\n using LanguageServer; using SymbolServer;\n depot_path = get(ENV, "JULIA_DEPOT_PATH", "")\n project_path = dirname(something(Base.current_project(pwd()), Base.load_path_expand(LOAD_PATH[2])))\n # Make sure that we only load packages from this environment specifically.\n @info "Running language server" env=Base.load_path()[1] pwd() project_path depot_path\n server = LanguageServer.LanguageServerInstance(stdin, stdout, project_path, depot_path);\n server.runlinter = true;\n run(server);\n ' } filetypes = { "julia" } on_new_config = <function 1> root_dir = <function 1> |
