From 19129b3f262c116f2fca0aa8bdabe5c585189c7b Mon Sep 17 00:00:00 2001 From: shakakibara12 Date: Fri, 17 Apr 2026 00:06:22 +0530 Subject: [PATCH] Docs: add install instructions with lazy --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 95be52a..53d85f3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ use { } ``` +Using [lazy](https://github.com/folke/lazy.nvim) + +```lua +{ + 'notjedi/nvim-rooter.lua', + lazy = false, + opts = {}, +} +``` ## Usage One line setup. This will create an `autocmd` for `FileType *` to change to root directory everytime