update completion
This commit is contained in:
@@ -49,3 +49,11 @@ autocmd({ 'BufWritePre' }, {
|
||||
end,
|
||||
})
|
||||
|
||||
autocmd({'FileType'}, {
|
||||
group = CrentistGroup,
|
||||
pattern = { 'json' },
|
||||
callback = function (e)
|
||||
vim.keymap.set("n", "<M-F>", function() vim.cmd('silent %!jq .') end, {buffer = e.buf})
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user