From 3ddaaa0a6084592eed451ded5fcd279e4a60c122 Mon Sep 17 00:00:00 2001 From: Maxim Yurevich Date: Sat, 10 Jun 2023 08:45:57 +0300 Subject: [PATCH] docs(readme): add lazy.nvim installation guide (#96) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c0e20..037a1f4 100644 --- a/README.md +++ b/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.