mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-05-14 04:21:46 +02:00
Add JSON formatting command to nvim
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
vim.api.nvim_create_user_command('JQ', function()
|
||||
vim.cmd('%!jq .')
|
||||
end, {})
|
||||
Reference in New Issue
Block a user