Files
neovim/scripts
Lewis Russell 9b357e30fd feat(lsp)!: remove client-server handlers from vim.lsp.handlers
- Partition the handlers in vim.lsp.handlers as:
  - client to server response handlers (RCS)
  - server to client request handlers (RSC)
  - server to client notification handlers (NSC)

  Note use string indexes instead of protocol.methods for improved
  typing in LuaLS (tip: use hover on RCS, RSC or NSC).
2024-11-01 09:17:39 +00:00
..
2024-05-11 18:14:03 +08:00
2024-10-23 14:13:42 +02:00
2024-02-01 12:06:55 +01:00