#neovim Development News

The 0.11 version will have a more straightforward way to set up LSP servers:
- `vim.lsp.config` to configure.
- `vim.lsp.enable` to set up automated start.
- Special 'lsp/' directory for passive config discovery (similar to 'ftplugin/')

PR:
- https://github.com/neovim/neovim/pull/31031

Comments