diff --git a/vim/rename-current-file.md b/vim/rename-current-file.md index 8ec8932..c7cf074 100644 --- a/vim/rename-current-file.md +++ b/vim/rename-current-file.md @@ -15,4 +15,5 @@ name. Like so: While this seems to do the job well enough, your mileage may vary. Consider using a more robust plugin, such as +[vim-eunuch](https://github.com/tpope/vim-eunuch) or [rename.vim](https://github.com/danro/rename.vim/blob/master/plugin/rename.vim).