chore(nvim): more tweaks, cleanup and docs

This commit is contained in:
2024-09-26 22:47:12 +03:00
parent 5a59872377
commit 4ca5b63b75
17 changed files with 116 additions and 176 deletions

View File

@@ -7,11 +7,9 @@ return {
keys = {
{
'<leader>cf',
function()
require('conform').format { async = true, lsp_fallback = true }
end,
'<cmd>lua require("conform").format({ async = true, lsp_fallback = true })<cr>',
mode = '',
desc = '[f] Format buffer',
desc = 'Format buffer',
},
},
opts = {