diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-06-04 12:44:37 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-06-04 12:44:37 +0100 |
commit | 46b3fcde0407d8919f272e21403acf88c9f6edca (patch) | |
tree | d2458cb02d0007c76604e9d7af4f665f10e9a4aa | |
parent | a65237fc8abc89c06b9f06180d572c6dd5553e56 (diff) | |
download | dotnvim-46b3fcde0407d8919f272e21403acf88c9f6edca.tar.gz dotnvim-46b3fcde0407d8919f272e21403acf88c9f6edca.zip |
Won't work with vim anymore
-rw-r--r-- | README.md | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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. |