From 005442ec011c826aca1b1e8b8b66282e37a985dd Mon Sep 17 00:00:00 2001 From: quarterpi <12484828+quarterpi@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:02:29 -0400 Subject: [PATCH] Update README.md for vim 8 users Added installation instructions for vim 8 package manager as well as opinions on similar options. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ed2e1c3..b6e538e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ Plug 'lotabout/skim', { 'dir': '~/.skim', 'do': './install' } Plug 'lotabout/skim.vim' ``` +### Using vim 8 native packages +``` +git clone https://github.com/lotabout/skim.git ~/.vim/pack/packages/start/skim +git clone https://github.com/lotabout/skim.vim.git ~/.vim/pack/packages/start/skim.vim +``` +Also consider using one of the newer package managers built to work with vim 8 such as +[minpack](https://github.com/k-takata/minpac) or +[pack](https://github.com/maralla/pack). + +The advantage being that they add install/update/uninstall options as well as configuration. + +### Using pack +`pack install lotabout/skim loatbout/skim.vim` + + Besides, skim.vim add the interactive version of `ag` and `rg` function, you could add these lines to your vimrc and try out.