From 9bb4f3c94ef9c83e51db36d03421e617acc92dc9 Mon Sep 17 00:00:00 2001 From: mannpatel Date: Mon, 2 Mar 2026 23:11:37 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4349bed..03cb4f1 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,8 @@ git clone https://codeberg.org/mannpatel/my-nvim-setup.git ~/.config/nvim && nvi ```bash git clone https://codeberg.org/mannpatel/my-nvim-setup.git $HOME\AppData\Local\nvim --depth 1 && nvim ``` - 3. Run `:MasonInstallAll` command after lazy.nvim finishes downloading plugins + + +## Resource / Disclaimer +This code is forked from [Tinyvim by NvChad](https://github.com/NvChad/tinyvim). It is not my original work.