Update README.md

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

View File

@ -12,7 +12,7 @@ A possible alternative approach is to use a neovim distribution, like
- [LazyVim](https://www.lazyvim.org/): maintained by @folke (the author of lazy.nvim package manager) - [LazyVim](https://www.lazyvim.org/): maintained by @folke (the author of lazy.nvim package manager)
## Neovim preparation and Installation for Linux ## Neovim preparation and Installation for Linux
### Ubuntu #### Ubuntu
from root: from root:
- apt update - apt update
- apt upgrade - apt upgrade
@ -24,7 +24,7 @@ from root:
- (for python development): apt install python3 python3-venv python3-pip - (for python development): apt install python3 python3-venv python3-pip
- (for perl development): cpan install Neovim::Ext - (for perl development): cpan install Neovim::Ext
### Kali #### Kali
from root: from root:
- apt update - apt update
- apt upgrade - apt upgrade
@ -40,7 +40,7 @@ from root:
- (for perl development): cpan install Neovim::Ext - (for perl development): cpan install Neovim::Ext
- (To be completed) - (To be completed)
### Almalinux #### Almalinux
from root: from root:
- yum update - yum update
- yum install ripgrep fd-find - yum install ripgrep fd-find
@ -48,7 +48,7 @@ from root:
- (for python development): yum install python3 python3-venv python3-pip - (for python development): yum install python3 python3-venv python3-pip
- (for perl development): cpan install Neovim::Ext - (for perl development): cpan install Neovim::Ext
## 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
- cd $HOME/.config - cd $HOME/.config
- mv nvim nvim_old - mv nvim nvim_old
@ -84,7 +84,7 @@ Actions to be executed from administrator user:
- (for perl development): winget install StrawberryPerl.StrawberryPerl (then close and reopen shell) - (for perl development): winget install StrawberryPerl.StrawberryPerl (then close and reopen shell)
- (for perl development): cpanm -n Neovim::Ext (or cpan install Neovim::Ext) - (for perl development): cpanm -n Neovim::Ext (or cpan install Neovim::Ext)
## Neovim Kickstart Configuration for Windows (in non privileged user context) ### Neovim Kickstart Configuration for Windows (in non privileged user context)
(TBC) (TBC)