From c36d32979a9c059f460b7d3b2b4d352ed51ca30e Mon Sep 17 00:00:00 2001 From: Gabriel Crispino Date: Sun, 31 Mar 2024 06:16:14 +0100 Subject: [PATCH] replace f with f --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 8b662a4c..ea40301b 100644 --- a/init.lua +++ b/init.lua @@ -502,7 +502,7 @@ require('lazy').setup({ map('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration') -- Formats the current buffer - map('f', function() + map('f', function() vim.lsp.buf.format { async = true } end, '[F]ormat code')