diff --git a/vim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim similarity index 100% rename from vim/.config/nvim/init.vim rename to neovim/.config/nvim/init.vim diff --git a/neovim/README.md b/neovim/README.md new file mode 100644 index 0000000..d13b970 --- /dev/null +++ b/neovim/README.md @@ -0,0 +1,15 @@ +# neovim + +[neovim][neovim] is a vim fork with modern defaults. + +## Use Cases + +neovim can be used to: + +- Simplify the process of learning vim, since it uses standard defaults + +You should not use neovim if: + +- You should use neovim. + +[neovim]: https://github.com/neovim/neovim