mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
docs(readme): add lazy.nvim installation guide (#96)
This commit is contained in:
parent
3f709af755
commit
3ddaaa0a60
12
README.md
12
README.md
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user