mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
`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()`.