feat(nvim): add key for neoformat
This commit is contained in:
parent
c18940aaeb
commit
c781daed86
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user