replace <space>f with <leader>f

pull/814/head
Gabriel Crispino 1 year ago committed by GitHub
parent 459fe1cd90
commit c36d32979a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -502,7 +502,7 @@ require('lazy').setup({
map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
-- Formats the current buffer
map('<space>f', function()
map('<leader>f', function()
vim.lsp.buf.format { async = true }
end, '[F]ormat code')

Loading…
Cancel
Save