- This configuration is based on ThePrimeagen's neovim basic setup youtube video.
- https://github.com/ThePrimeagen/init.lua
- Will continuously update plugins, keymaps, etc.
sudo apt-get install ripgrep
<leader>gs
Shows the status of the git files. s stages the files on the "Unstaged" section.
cc commits the files staged. <leader>gp pushes the commits to the remote
repository.