From 17ed95ac6ff6c238aefdfb396dd17d3e50654ce1 Mon Sep 17 00:00:00 2001 From: Rustem Galiullin Date: Mon, 11 Mar 2024 15:22:00 +0400 Subject: [PATCH] Update README.md with lazyvim installation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 37743532..655856b4 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,16 @@ use { } ``` +Using `LazyVim`: +- Add plugin config to lua plugins folder: + ``` + { + "kkoomen/vim-doge", + } + ``` +- Open nvim and run `:call doge#install()` + + # Configuration Run `:help doge` to get the full help page.