aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-02-17 13:05:42 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit77cb4a8d7c3dcac52dab56f3005bde5310f74095 (patch)
tree41786dd6b8ac206d854561c1a8a8f50162e33898 /README.md
parent4c8dbf4a790d58020977c8453392bcb34930af4c (diff)
downloaddotnvim-77cb4a8d7c3dcac52dab56f3005bde5310f74095.tar.gz
dotnvim-77cb4a8d7c3dcac52dab56f3005bde5310f74095.zip
Using neovim lsp support (for python initialy)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb4da3f..8383f44 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
Managed by [vim-plug](https://github.com/junegunn/vim-plug).
-A few things require nvim 0.5.0 or later, but (hopefully) won't load if not possible.
+A few things require nvim at a specific version:
+
+ - nvim 0.5.0 or later: Scala LSP (metals), telescope, autocompleten
+ - nvim 0.6.1 or later: LSP support
For further information on installed plugins:
@@ -21,7 +24,7 @@ If you're not using vim 8; create a `.vimrc` with:
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`.
+In case of neovim, you can link the provided `init.vim` into `~/.config/nvim/init.vim`.
Then it is recommended you run: