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