mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
4 lines
78 B
Lua
4 lines
78 B
Lua
|
|
vim.api.nvim_create_user_command('JQ', function()
|
||
|
|
vim.cmd('%!jq .')
|
||
|
|
end, {})
|