From 44b405b177fec1147eb8e2602e0965f3800a1fcd Mon Sep 17 00:00:00 2001 From: mgua Date: Wed, 26 Apr 2023 09:59:37 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a992d87..5f0ba4d7 100644 --- a/README.md +++ b/README.md @@ -36,17 +36,16 @@ from root: - chmod +x nvim.appimage - cp nvim.appimage /usr/bin/ - ln -s /usr/bin/nvim.appimage /usr/bin/nvim -- (for python development): apt install python3 python3-venv python3-pip -- (for perl development): cpan install Neovim::Ext -- (To be completed) +- apt install python3 python3-venv python3-pip (for python development) +- cpan install Neovim::Ext (for perl development) #### Almalinux from root: - yum update - yum install ripgrep fd-find - yum install neovim -- (for python development): yum install python3 python3-venv python3-pip -- (for perl development): cpan install Neovim::Ext +- yum install python3 python3-venv python3-pip (for python development) +- cpan install Neovim::Ext (for perl development) ### Neovim Kickstart Configuration for any linux distribution (in non privileged user context) - Exit from nvim if open