mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-14 00:26:54 +00:00
language/clang: use new dap config format
This commit is contained in:
parent
b4e32220dc
commit
987867905e
5 changed files with 65 additions and 34 deletions
|
|
@ -396,5 +396,12 @@ in {
|
|||
Linters can still be customized via `vim.diagnostics.nvim-lint.<name>.args`
|
||||
'')
|
||||
]
|
||||
|
||||
# 2026-06-13
|
||||
[
|
||||
(mkRemovedOptionModule ["vim" "languages" "clang" "dap" "package"] ''
|
||||
Please use `vim.debugger.nvim-dap.adapters.<debugger>.command` instead.
|
||||
'')
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue