diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-10-21 09:36:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 09:36:01 -0700 |
commit | 80456cf83676c0f06dd084faede3a43d0831cf78 (patch) | |
tree | 41d22dc73622cccb964af68f23fba27afdda6715 /runtime/lua/vim/lsp/util.lua | |
parent | eaa03b7181ff0e0cca7aef263206035c66e34302 (diff) | |
download | rneovim-80456cf83676c0f06dd084faede3a43d0831cf78.tar.gz rneovim-80456cf83676c0f06dd084faede3a43d0831cf78.tar.bz2 rneovim-80456cf83676c0f06dd084faede3a43d0831cf78.zip |
feat(lsp): add exit_timeout flag (#16070)
* This flag allows customizing the time before sending kill -15 to the
server. If set to false, neovim exits immediately after sending
request('shutdown'). Otherwise, polls until all servers have shutdown,
and then kills remaining servers via kill -15 at exit_timeout
duration. Defaults to 500 ms.
Diffstat (limited to 'runtime/lua/vim/lsp/util.lua')
0 files changed, 0 insertions, 0 deletions