mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 12:46:38 +00:00
chore(nvim): more tweaks, cleanup and docs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user