diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim_lsp/julials.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/julials.lua b/lua/nvim_lsp/julials.lua index bed493ed..32923d03 100644 --- a/lua/nvim_lsp/julials.lua +++ b/lua/nvim_lsp/julials.lua @@ -11,7 +11,7 @@ configs.julials = { Pkg.instantiate() using LanguageServer; using SymbolServer; depot_path = get(ENV, "JULIA_DEPOT_PATH", "") - project_path = Base.active_project() + project_path = pwd() # Make sure that we only load packages from this environment specifically. empty!(LOAD_PATH) push!(LOAD_PATH, "@") |
