Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser authored and github-actions[bot] committed Jun 14, 2024
1 parent c9c02c8 commit bbf542a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/papis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*papis.txt* For NVIM v0.8.0 Last change: 2024 June 13
*papis.txt* For NVIM v0.8.0 Last change: 2024 June 14

==============================================================================
Table of Contents *papis-table-of-contents*
Expand Down Expand Up @@ -153,8 +153,8 @@ lazy.nvim ~
dependencies = {
"kkharji/sqlite.lua",
"MunifTanjim/nui.nvim",
"pysan3/pathlib.nvim"
"nvim-neotest/nvim-nio"
"pysan3/pathlib.nvim",
"nvim-neotest/nvim-nio",
},
config = function()
require("papis").setup({
Expand All @@ -173,8 +173,8 @@ packer ~
requires = {
"kkharji/sqlite.lua",
"MunifTanjim/nui.nvim",
"pysan3/pathlib.nvim"
"nvim-neotest/nvim-nio"
"pysan3/pathlib.nvim",
"nvim-neotest/nvim-nio",
},
config = function()
require("papis").setup(
Expand Down

0 comments on commit bbf542a

Please sign in to comment.