mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
fix(lsp): no need to stop clients on LvimReload (#2160)
This commit is contained in:
parent
ec1e4140fa
commit
e9caf5a69a
2 changed files with 0 additions and 7 deletions
|
@ -21,9 +21,6 @@ function M.run_post_reload()
|
|||
Log:debug "Starting post-reload hook"
|
||||
require("lvim.plugin-loader").ensure_installed()
|
||||
M.reset_cache()
|
||||
if package.loaded["lspconfig"] then
|
||||
pcall(vim.cmd, "LspRestart")
|
||||
end
|
||||
end
|
||||
|
||||
---Reset any startup cache files used by Packer and Impatient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue