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
01e9bd37c7b965b2138e85c3604589513cf79b5e
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