Skip to content

Commit c43bd28

Browse files
author
jghauser
committed
docs(readme): mention sqlite dependency
1 parent 2ccc319 commit c43bd28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Note that fiddling with the plugin's options can leave the database in a messy s
7878
Note that papis.nvim is only tested with the latest stable version of Neovim. It should work across various OSs, but most development has been done on Linux (do feel free to open issues if you run into trouble on non-Linux systems). An installation of Papis is required.
7979

8080
To run, papis.nvim requires:
81-
- [yq](https://github.com/mikefarah/yq). This is used to convert `.yaml` files to `.json` (which can then be read by neovim). Note that papis.nvim doesn't (currently) support the [python yq](https://github.com/kislyuk/yq).
81+
- [`yq`](https://github.com/mikefarah/yq). This is used to convert `.yaml` files to `.json` (which can then be read by neovim). Note that papis.nvim doesn't (currently) support the [python yq](https://github.com/kislyuk/yq).
82+
- `sqlite`. Needed by the `sqlite.lua` dependency.
8283

8384
Optionally, you'll need:
8485
- [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) for increased prettiness.

0 commit comments

Comments
 (0)