Update README.md

This commit is contained in:
mgua 2023-04-26 09:59:37 +02:00 committed by GitHub
parent a76d46b800
commit 44b405b177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -36,17 +36,16 @@ from root:
- chmod +x nvim.appimage - chmod +x nvim.appimage
- cp nvim.appimage /usr/bin/ - cp nvim.appimage /usr/bin/
- ln -s /usr/bin/nvim.appimage /usr/bin/nvim - ln -s /usr/bin/nvim.appimage /usr/bin/nvim
- (for python development): apt install python3 python3-venv python3-pip - apt install python3 python3-venv python3-pip (for python development)
- (for perl development): cpan install Neovim::Ext - cpan install Neovim::Ext (for perl development)
- (To be completed)
#### Almalinux #### Almalinux
from root: from root:
- yum update - yum update
- yum install ripgrep fd-find - yum install ripgrep fd-find
- yum install neovim - yum install neovim
- (for python development): yum install python3 python3-venv python3-pip - yum install python3 python3-venv python3-pip (for python development)
- (for perl development): cpan install Neovim::Ext - cpan install Neovim::Ext (for perl development)
### Neovim Kickstart Configuration for any linux distribution (in non privileged user context) ### Neovim Kickstart Configuration for any linux distribution (in non privileged user context)
- Exit from nvim if open - Exit from nvim if open