language/clang: migrate to vim.lsp.servers

This commit is contained in:
Ching Pei Yang 2025-04-06 00:39:14 +02:00
commit bf4dedb6ed
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 141 additions and 48 deletions

View file

@ -20,6 +20,10 @@
# 2025-02-07
scrollOffset = "scrolloff";
};
lspOptRemovalMsg = ''
`vim.languages.<lang>.lsp.opts` are now moved to `vim.lsp.servers.<server_name>.init_options`
'';
in {
imports = concatLists [
[
@ -120,6 +124,9 @@ in {
in 'vim.clipboard.registers'. Please see the documentation for the new module for more
details, or open an issue if you are confused.
'')
# 2025-04-05
(mkRemovedOptionModule ["vim" "languages" "clang" "lsp" "opts"] lspOptRemovalMsg)
]
# Migrated via batchRenameOptions. Further batch renames must be below this line.