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

14 lines
213 B
Lua

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