From 736b7d36fc49c1c16dadc54210a286efb5d644f3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 Jun 2022 13:33:39 +0100 Subject: First step to move to only nvim --- README.md | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 873f1cc..fd93adf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# My ~/.vim +# My neovim & dot files + +This is a work in progress! Managed by [vim-plug](https://github.com/junegunn/vim-plug). @@ -8,20 +10,9 @@ For further information on installed plugins: ## Using it in a new location -**Since I moved to Tokyo Night theme, vim won't work** - -My repo is in `~/.vim/`! You shouldn't have a `~/.vimrc` or `~/.vim` directory. - - cd && git clone --recursive https://github.com/reidrac/dotvim.git .vim - -Create a `.vimrc` with: +This repo should be in `~/.config/nvim/`! - runtime vimrc - -This can be also be used to customise your local vim configuration without -having uncommitted changes in your repository. - -In case of neovim, you can link the provided `init.vim` into `~/.config/nvim/init.vim`. +git clone --recursive https://github.com/reidrac/dotvim.git ~/.config/nvim Then it is recommended you run: @@ -33,7 +24,7 @@ you can commit and push the updated version. ## Adding plugins -Add a new `Plug` entry in `~/.vim/vimrc`. +Add a new `Plug` entry in `~/.config/plugins.vim`. Then run: @@ -49,7 +40,3 @@ Remove the `Plug` line and run: :PlugClean -## TODO - -- Convert all to lua and support only nvim. - -- cgit v1.2.3