mirror of
https://github.com/neovim/neovim.git
synced 2026-09-22 05:27:47 +00:00
docs(lsp): specify exactly how `vim.lsp.config` merges configs… Problem: It already says that the behaviour is defined by `vim.tbl_deep_extend`, but that can mean very different things depending on the `behavior` parameter. Solution: Specify that it uses "force".