Skip to content

Commit

Permalink
Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gennaro-tedesco authored and github-actions[bot] committed Feb 17, 2023
1 parent d2269c2 commit bb9e70f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/jqx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,11 @@ autogroup
local jqx = vim.api.nvim_create_augroup("Jqx", {})
vim.api.nvim_clear_autocmds({ group = jqx })
vim.api.nvim_create_autocmd("BufWinEnter", {
pattern = {".json", ".yaml"},
pattern = { ".json", ".yaml" },
desc = "preview json and yaml files on open",
group = jqx,
callback = function()
vim.cdm.JqxList()
vim.cmd.JqxList()
end,
})
<
Expand Down

0 comments on commit bb9e70f

Please sign in to comment.