From e112e1dde5954e7c41b8cb5116629a1b969e953f Mon Sep 17 00:00:00 2001 From: asari <32879431+deomorxsy@users.noreply.github.com> Date: Sat, 11 May 2024 07:43:21 -0300 Subject: [PATCH] style: fix minor typo v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70498a1..e8d8495 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim \ ``` -4. To avoid [provider-related](https://neovim.io/doc/user/provider.html) errors, specifically about python (ultisnips), you can use the script [neovim-setup.sh](./.config/nvim/scripts/neovim-setup.sh), ```./.config/nvim/scripts/neovim-setup.sh```, which sets up the python provider ```$PATH``` based in the hack path that python uses with the virtualenv, [adapted from the docs](https://neovim.io/doc/user/provider.html#python-virtualenv) ;) +4. To avoid [provider-related](https://neovim.io/doc/user/provider.html) errors, specifically about python (ultisnips), you can use the script [neovim-setup.sh](./scripts/neovim-setup.sh), ```./scripts/neovim-setup.sh```, which sets up the python provider ```$PATH``` based in the hack path that python uses with the virtualenv, [adapted from the docs](https://neovim.io/doc/user/provider.html#python-virtualenv) ;) ```sh cat > ./scripts/neovim-setup.sh << "EOF" #!/usr/bin/sh