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
+24-10
Original file line number
Diff line number
Diff line change
@@ -69,14 +69,18 @@ Note that fiddling with the plugin's options can leave the database in a messy s
69
69
70
70
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.
71
71
72
-
To run, papis.nvim requires the [yq](https://github.com/mikefarah/yq) utility 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).
72
+
To run, papis.nvim requires:
73
+
-[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).
74
+
- sqlite3: Needed by the `sqlite.lua` dependency.
75
+
76
+
Optionally, you'll need:
77
+
-[a font with icons](https://github.com/ryanoasis/nerd-fonts#font-installation) for increased prettiness. You can set
73
78
74
79
You'll need the [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) plugin if you intend to use the completion module.
75
80
76
81
### Neovim package managers
77
82
78
83
In addition to the below snippets, you might also need to install:
79
-
-`sqlite3` (required by `sqlite.lua`)
80
84
-*treesitter yaml parser* (if you want the completion module)
81
85
82
86
<details>
@@ -86,6 +90,8 @@ In addition to the below snippets, you might also need to install:
86
90
:Rocks install papis.nvim
87
91
```
88
92
93
+
Additionally, may want to install `telescope` (for search) and `cmp` (for completion).
0 commit comments