UV Cheat Sheet incorporating the latest tips and tricks from the official UV documentation:
Install UV using the official standalone installer:
macOS and Linux:
" Don't try to be vi compatible | |
set nocompatible | |
" Helps force plugins to load correctly when it is turned back on below | |
filetype off | |
" TODO: Load plugins here (pathogen or vundle) | |
" Turn on syntax highlighting | |
syntax on |
UV Cheat Sheet incorporating the latest tips and tricks from the official UV documentation:
Install UV using the official standalone installer:
macOS and Linux: