aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-04 13:33:39 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-04 13:33:39 +0100
commit736b7d36fc49c1c16dadc54210a286efb5d644f3 (patch)
tree405eddf6ec8a6b2bcfb96d09584ec587c74ce8db /README.md
parent46b3fcde0407d8919f272e21403acf88c9f6edca (diff)
downloaddotnvim-736b7d36fc49c1c16dadc54210a286efb5d644f3.tar.gz
dotnvim-736b7d36fc49c1c16dadc54210a286efb5d644f3.zip
First step to move to only nvim
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 6 insertions, 19 deletions
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.
-