This commit is contained in:
Belal Elsabbagh
2025-11-14 14:11:00 +02:00
parent 16a3109430
commit daccfa7066
2 changed files with 81 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ return {
vim.lsp.buf.code_action {
context = {
only = source_actions,
diagnostics = {},
},
}
end, {})