docs(readme): add lazy.nvim installation guide (#96)

This commit is contained in:
Maxim Yurevich 2023-06-10 08:45:57 +03:00 committed by GitHub
parent 3f709af755
commit 3ddaaa0a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,17 @@ use {
} }
``` ```
_TODO: add installation instructions for other package managers_ ### [Lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"nvim-telescope/telescope-frecency.nvim",
config = function()
require"telescope".load_extension("frecency")
end,
dependencies = {"kkharji/sqlite.lua"}
}
```
If no database is found when running Neovim with the plugin installed, a new one is created and entries from `shada` `v:oldfiles` are automatically imported. If no database is found when running Neovim with the plugin installed, a new one is created and entries from `shada` `v:oldfiles` are automatically imported.