neovim/runtime/lua
Michael Lingelbach 80456cf836
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.
2021-10-21 09:36:01 -07:00
..
vim feat(lsp): add exit_timeout flag (#16070) 2021-10-21 09:36:01 -07:00
health.lua feat(runtime/health): support lua healthchecks 2021-10-04 14:28:54 -05:00
man.lua man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00