revert: automatically restart lsp server (#128)

semi revert of 7c198a1b36
This commit is contained in:
Oleksandr Smirnov 2025-11-25 17:02:38 +02:00 committed by GitHub
parent f599e75963
commit 7764f6e37f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 31 deletions

View file

@ -219,9 +219,6 @@ require("gopher").setup {
-- timeout for running installer commands(e.g :GoDepsInstall, :GoDepsInstallSync)
installer_timeout = 999999,
-- restart gopls server after commands like `:GoMod`, `:GoGet`, `:GoWork`
restart_lsp = false,
-- user specified paths to binaries
commands = {
go = "go",