From 018f8ae0214e11a8b46ffab2351cbc6b91833f4f Mon Sep 17 00:00:00 2001 From: mgua Date: Wed, 26 Apr 2023 09:25:25 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30097f12..ccd3194f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mgua's kickstart.nvim -### Introduction +# Introduction This project is heavily based on TJ DeVries amazing work to promote Neovim adoption and usage. Please see the original project nvim-lua/kickstart.nvim @@ -11,11 +11,11 @@ Kickstart is just a configuration procedure. It requires to have several compone 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) -### Linux +## Linux -## Neovim preparation and Installation for Linux +### Neovim preparation and Installation for Linux -# Ubuntu +#### Ubuntu from root: - apt update - apt upgrade @@ -25,7 +25,7 @@ from root: - apt install ripgrep fd-find - apt install neovim -# Kali +#### Kali from root: - apt update - apt upgrade @@ -39,13 +39,13 @@ from root: - ln -s /usr/bin/nvim.appimage /usr/bin/nvim - (To be completed) -# Almalinux +#### Almalinux from root: - yum update - yum install ripgrep fd-find - yum install neovim -## Kickstart Configuration (in non privileged user context) +* Kickstart Configuration (in non privileged user context)* - Exit from nvim if open - cd $HOME/.config - mv nvim nvim_old