fix(lsp): align comment

This commit is contained in:
Fabrice Mouhartem 2025-04-07 14:30:27 +02:00
parent 3fce227c18
commit 0a2c5aae5e
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -20,7 +20,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
nmap('<leader>rn', vim.lsp.buf.rename, '[R]e[n]ame')
nmap('<leader>c', vim.lsp.buf.code_action, '[C]ode action') -- NOTE: to see if ca is needed
nmap('<leader>f', function() -- https://stackoverflow.com/a/74303272
nmap('<leader>f', function() -- https://stackoverflow.com/a/74303272
vim.lsp.buf.code_action({
filter = function(a)
return a.isPreferred