aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-06-04 12:44:37 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-06-04 12:44:37 +0100
commit46b3fcde0407d8919f272e21403acf88c9f6edca (patch)
treed2458cb02d0007c76604e9d7af4f665f10e9a4aa /README.md
parenta65237fc8abc89c06b9f06180d572c6dd5553e56 (diff)
downloaddotnvim-46b3fcde0407d8919f272e21403acf88c9f6edca.tar.gz
dotnvim-46b3fcde0407d8919f272e21403acf88c9f6edca.zip
Won't work with vim anymore
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 398a9a0..873f1cc 100644
--- a/README.md
+++ b/README.md
@@ -2,23 +2,19 @@
Managed by [vim-plug](https://github.com/junegunn/vim-plug).
-A few things require nvim at a specific version:
-
- - nvim 0.5.0 or later: Scala LSP (metals), autocomplete, bufdel, which-key, lualine ...
- - nvim 0.5.1 or later: telescope
- - nvim 0.6.1 or later: LSP support
-
For further information on installed plugins:
:help local-additions
## 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
-If you're not using vim 8; create a `.vimrc` with:
+Create a `.vimrc` with:
runtime vimrc
@@ -55,5 +51,5 @@ Remove the `Plug` line and run:
## TODO
-Convert all to lua and support only nvim.
+- Convert all to lua and support only nvim.