feat(nvim): add key for neoformat
This commit is contained in:
parent
c18940aaeb
commit
c781daed86
@ -1,6 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"sbdchd/neoformat",
|
"sbdchd/neoformat",
|
||||||
|
keys = {
|
||||||
|
{ "<leader>nf", "<cmd>Neoformat<CR>", desc = "Neoformat: Format File" },
|
||||||
|
},
|
||||||
cmd = "Neoformat",
|
cmd = "Neoformat",
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.neoformat_python_black = {
|
vim.g.neoformat_python_black = {
|
||||||
|
Loading…
Reference in New Issue
Block a user