chore(nvim): cleanup and keybindings

This commit is contained in:
2024-09-23 16:25:54 +03:00
parent 0908a23231
commit fd8d72ab38
12 changed files with 188 additions and 261 deletions

View File

@@ -6,7 +6,7 @@ return {
cmd = { 'ConformInfo' },
keys = {
{
'<leader>f',
'<leader>cf',
function()
require('conform').format { async = true, lsp_fallback = true }
end,