lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

commit f1e3084e9202c2649efff77137d7876095358b77
parent b63997edb8a9b72cd611550ca2822d2209e1ecb7
Author: Folke Lemaitre <folke.lemaitre@gmail.com>
Date:   Mon,  9 Jan 2023 15:36:52 +0100

docs: fixed starter link

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ mv ~/.local/share/nvim ~/.local/share/nvim.bak ### 2. Clone the starter ```sh -git clone https://github.com/LazyVim/LazyVim ~/.config/nvim +git clone https://github.com/LazyVim/starter ~/.config/nvim ``` ### 3. Start Neovim!