Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 614 Bytes

File metadata and controls

34 lines (29 loc) · 614 Bytes

My vim settings

Install:

$ cd ~  
$ git clone https://github.com/schmittlema/vimrc.git  
$ cd vimrc  
$ sudo sh install.sh  
$ cd ~ && rm -rf vimrc  

Install AutoJump:

https://github.com/wting/autojump

git clone https://github.com/wting/autojump.git
cd autojump
./install.py

Install Silver Searcher:

https://github.com/ggreer/the_silver_searcher

sudo apt-get install silversearcher-ag

Install UV:

https://docs.astral.sh/uv/

curl -LsSf https://astral.sh/uv/install.sh | sh

DEBUG

Cannot find color scheme 'gruvbox'

morhetz/gruvbox#85