Skip to content

Ceobe33/nvimwidget

Repository files navigation

neovim config

config

need to put this repo into

  1. windows ~/AppData/Local/
  2. linux ~/.config/

requirement

  • cppman $ sudo apt install cppman
  • ctags $ sudo apt install universal-ctags -y
  • lazygit
    1. (recommanded) lazyvim github
    #======= ubuntu =======
    $ sudo snap install go
    $ git clone https://github.com/jesseduffield/lazygit.git
    $ cd lazygit
    $ go install
    1. lazyvim github
    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