`autostart` was a legacy nvim-lspconfig option controlling whether a server was automatically started for matching buffers. Neovim's `vim.lsp.config` API does not have an `autostart` field, but the `vim.lsp.enable()` function is effectively equivalent. Alias legacy `plugins.lsp.servers.<name>.autostart` definitions to `lsp.servers.<name>.activate`, which controls `vim.lsp.enable()`. |
||
|---|---|---|
| .. | ||
| language-servers | ||
| default.nix | ||