12.nixvim/plugins/lsp
Matt Sturgeon caee4e5d41 plugins.lsp: restore autostart compatibility
`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()`.
2026-06-17 16:23:37 +00:00
..
language-servers plugins.lsp: restore autostart compatibility 2026-06-17 16:23:37 +00:00
default.nix plugins/lsp: add capabilities example 2026-04-24 06:12:39 +00:00