dotfiles/home/.config/nvim/lua/plugins/neoformat.lua

13 lines
192 B
Lua

-- Formatter plugin
--- @type LazyPluginSpec
return {
"sbdchd/neoformat",
keys = {
{
desc = "Format with Neoformat",
"<leader>f",
"<cmd>Neoformat<cr>",
},
},
}