fix(lsp): align comment
This commit is contained in:
parent
3fce227c18
commit
0a2c5aae5e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user