From 0c7a46c53887a62ca42f54ae1093ee1616042a5c Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 27 Mar 2025 14:15:21 +0100 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5031e70 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# My NVIM Config + +This repo contains my custom NeoVim config for software development. + +# Requirements + +1. Install [Lua](https://www.lua.org/download.html) if you do not have it already. + +2. Install NeoVim following the kickstart guide: + +``` +sudo add-apt-repository ppa:neovim-ppa/unstable -y +sudo apt update +sudo apt install make gcc ripgrep unzip git xclip neovim +``` + +## References + +My config is based on [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) but I customized it following [Henry Misc's video](https://www.youtube.com/watch?v=KYDG3AHgYEs&t=1229s).