You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ Note that fiddling with the plugin's options can leave the database in a messy s
78
78
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.
79
79
80
80
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.
82
83
83
84
Optionally, you'll need:
84
85
-[Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) for increased prettiness.
0 commit comments