need to put this repo into
- windows
~/AppData/Local/
- linux
~/.config/
- cppman
$ sudo apt install cppman
- ctags
$ sudo apt install universal-ctags -y
- lazygit
- (recommanded) lazyvim github
#======= ubuntu ======= $ sudo snap install go $ git clone https://github.com/jesseduffield/lazygit.git $ cd lazygit $ go install
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" tar xf lazygit.tar.gz lazygit sudo install lazygit /usr/local/bin
- ripgrep
$ sudo apt-get install ripgrep
- telescope
$ sudo apt-get install gcc clang make
- python3 provider
pip install --upgrade neovim