Update README.md

This commit is contained in:
mgua 2023-04-26 11:56:56 +02:00 committed by GitHub
parent e4b6fe5177
commit b44782649e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ yum install ripgrep fd-find
yum install neovim yum install neovim
yum install python3 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) yum install npm (for node javascript development and to support some language servers/parsers: this brings in nodejs, nodejs-libs)
``` ```
### Neovim Kickstart Configuration for any linux distribution (in non privileged user context) ### Neovim Kickstart Configuration for any linux distribution (in non privileged user context)