Files
neovim/runtime/lua
Olivia Kinnear 34116bbd9b fix(lsp): fix nil-index error for :lsp enable (#37411)
Problem:
`:lsp enable` with no arguments will fail if there is a invalid config
in `lsp/`, or if `vim.lsp.config[...]` returns nil for any other reason.

Solution:
Add a nil-check to `:lsp enable`.
2026-01-22 12:27:03 -08:00
..
2025-02-09 18:10:54 +01:00
2025-12-15 13:55:15 -05:00