feat(nvim): add key for neoformat

This commit is contained in:
Price Hiller 2023-08-15 17:45:18 -05:00
parent c18940aaeb
commit c781daed86
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,6 +1,9 @@
return {
{
"sbdchd/neoformat",
keys = {
{ "<leader>nf", "<cmd>Neoformat<CR>", desc = "Neoformat: Format File" },
},
cmd = "Neoformat",
config = function()
vim.g.neoformat_python_black = {