Skip to content

Commit

Permalink
docs(readme): mention sqlite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Jul 29, 2024
1 parent 2ccc319 commit c43bd28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Note that fiddling with the plugin's options can leave the database in a messy s
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.

To run, papis.nvim requires:
- [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).
- [`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).
- `sqlite`. Needed by the `sqlite.lua` dependency.

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

0 comments on commit c43bd28

Please sign in to comment.