From a8acdda361b318a1a772f1e629486320fee96d2e Mon Sep 17 00:00:00 2001 From: brianhuster Date: Mon, 25 Nov 2024 23:52:08 +0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5eaab4..817fcf3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - Nvim 0.8 or later - [dirvish.vim](https://github.com/justinmk/vim-dirvish) - Optional : if you use move-to-trash feature - - You need to install Python3 provider for Neovim. See `:h provider-python` for more information + - You need to install Python3 provider for Neovim. You can check if `:echo has('python3')` returns 1 to knwo whether Python3 provider is installed. See `:h provider-python` for more information - You also need to install Python library [send2trash](https://pypi.org/project/Send2Trash/) # Installation