mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 04:47:38 +10: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".