Update README.md
This commit is contained in:
parent
6453910215
commit
e4b6fe5177
|
@ -25,8 +25,9 @@ add-apt-repository ppa:neovim-ppa/stable
|
||||||
apt update
|
apt update
|
||||||
apt install ripgrep fd-find
|
apt install ripgrep fd-find
|
||||||
apt install neovim
|
apt install neovim
|
||||||
(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)
|
||||||
|
apt install npm (for node javascript development and to support some language servers/parsers)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Kali
|
#### Kali
|
||||||
|
@ -44,6 +45,7 @@ cp nvim.appimage /usr/bin/
|
||||||
ln -s /usr/bin/nvim.appimage /usr/bin/nvim
|
ln -s /usr/bin/nvim.appimage /usr/bin/nvim
|
||||||
apt install python3 python3-venv python3-pip (for python development)
|
apt install python3 python3-venv python3-pip (for python development)
|
||||||
cpan install Neovim::Ext (for perl development)
|
cpan install Neovim::Ext (for perl development)
|
||||||
|
apt install npm (for node javascript development and to support some language servers/parsers)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Almalinux
|
#### Almalinux
|
||||||
|
@ -52,8 +54,9 @@ from root:
|
||||||
yum update
|
yum update
|
||||||
yum install ripgrep fd-find
|
yum install ripgrep fd-find
|
||||||
yum install neovim
|
yum install neovim
|
||||||
yum install python3 python3-venv python3-pip (for python development)
|
yum install python3 python3-pip (for python development)
|
||||||
cpan install Neovim::Ext (for perl development)
|
cpan install Neovim::Ext (for perl development)
|
||||||
|
yum install npm (for node javascript development and to support some language servers/parsers)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Neovim Kickstart Configuration for any linux distribution (in non privileged user context)
|
### Neovim Kickstart Configuration for any linux distribution (in non privileged user context)
|
||||||
|
|
Loading…
Reference in New Issue