Julian Hauser
Julian Hauser
With #58, I have removed `plenary.nvim` and introduced the new dependency `pathlib.nvim`. `nvim-treesitter` is also not needed anymore (In fact, it hasn't been for a while, I just had failed...
With #70, papis.nvim sorts entries by time-added initially (before entering a query). This required changing the db schema and that in turn requires running `:PapisReInitData` to re-initialise the db with...
Various breaking changes have come with v0.5.0 *Pretty icons* These require nerd font or a similar font. If you don't have that, set `enable_icons` to `false`. Please reload the database...
Not really a breaking change, but more of an elimination of an entire class of breaking changes ;). With #81, papis.nvim can now detect when the database schema has changed...
The plugin now handles acting on multi selections in the Telescope picker (see #88, and thanks @maxmahlke!). This means you can now select multiple entries with tab, and then do...
Did this just randomly start happening? What is your setup (OS, neovim version, package manager, etc.)? I'm on NixOs unstable using the latest stable neovim version, and everything seems to...
ok, i don't have a mac, but i'll see if i can replicate the problem with the neovim dev version and `rocks.nvim` in a container (it might take a few...
Great, thanks! I'll have a look and see what I find. Let me know if you figure out anything else. In any case, it would be nice for `papis.nvim` to...
I just realised that the reason I'm not getting this error is because I have set `sorting_strategy = "ascending"` in my telescope settings and the line that causes the error...
So, the problem seems to be with `\n` that have somehow snuck into `info.yaml` files. So, the error here isn't really with papis.nvim, but with problematic `info.yaml`s. I've opened an...