mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-02 02:30:27 +00:00
574 B
574 B
My NVIM Config
This repo contains my custom NeoVim config for software development.
Requirements
-
Install Lua if you do not have it already.
-
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 but I customized it following Henry Misc's video.