This website requires JavaScript.
Explore
Help
Sign In
don
/
dotfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/don-philipe/dotfiles.git
synced
2026-09-08 06:38:52 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a65784223d05c40bd65b16ea795ff91c87f9af8c
dotfiles
/
.config
/
nvim
/
lua
/
config
/
commands.lua
T
4 lines
78 B
Lua
Raw
Normal View
History
Unescape
Escape
Add JSON formatting command to nvim
2025-02-17 10:44:08 +01:00
vim.api
.
nvim_create_user_command
(
'JQ'
,
function
()
vim.cmd
(
'%!jq .'
)
end
,
{})
Reference in New Issue
Copy Permalink