diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-05-26 12:32:12 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 9a1769e1a10f7b5ca6464e067a2a0e8b44d2e5e5 (patch) | |
tree | 49ec541f119e7a2c210c04655c41d647177148f5 | |
parent | c41563c2ad80670d9fd1db52e08b18de2087b2d5 (diff) | |
download | dotnvim-9a1769e1a10f7b5ca6464e067a2a0e8b44d2e5e5.tar.gz dotnvim-9a1769e1a10f7b5ca6464e067a2a0e8b44d2e5e5.zip |
Typos, updated list, TODO
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ 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), utocompleten + - nvim 0.5.0 or later: Scala LSP (metals), autocomplete, bufdel, which-key, ... - nvim 0.5.1 or later: telescope - nvim 0.6.1 or later: LSP support @@ -53,3 +53,7 @@ Remove the `Plug` line and run: :PlugClean +## TODO + +Convert all to lua and support only nvim. + |