From 2ac461193395efa21a28683d42ebed065e127ae1 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Thu, 6 Jan 2022 16:12:53 +0800 Subject: [PATCH] add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94a9292 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# My config of Neovim + +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 +```