fix(lsp): no need to stop clients on LvimReload (#2160)

This commit is contained in:
kylo252 2022-01-10 15:48:05 +01:00 committed by GitHub
parent ec1e4140fa
commit e9caf5a69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -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