Skip to content

Commit

Permalink
docs(readme): add missing commas in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Jun 14, 2024
1 parent 43f0228 commit c9c02c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ In addition to the below snippets, make sure to also install the *treesitter yam
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 @@ -118,8 +118,8 @@ use({
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 c9c02c8

Please sign in to comment.