From f21a29d247cae3c0f9b55332024eecaa9b50ec10 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Sun, 21 May 2023 22:07:10 +0800 Subject: [PATCH] update README --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 94a9292..7ba9283 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,4 @@ Here is my config of neovim. ## Usage -just clone this repository into directory `~/.config/nvim/`, note you need install vim-plug in advance. - -Install [vim-plug](https://github.com/junegunn/vim-plug) first - -``` -# line below is from vim-plug's README -sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' -``` - -Clone this repository into directory `~/.config/nvim` or other location under XDG's config directory. - -``` -git clone git@github.com/leafee98.com/config-neovim.git ~/.config/nvim -``` +Just clone this repository into directory `~/.config/nvim/` and start neovim. [lazy.nvim](https://github.com/folke/lazy.nvim) will auto install itself and other plugins at startup.