Skip to content

Instantly share code, notes, and snippets.

@MorrisLaw
Last active June 8, 2023 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MorrisLaw/27f969eb7d3a38641f2a4ed4a7b975c3 to your computer and use it in GitHub Desktop.
Save MorrisLaw/27f969eb7d3a38641f2a4ed4a7b975c3 to your computer and use it in GitHub Desktop.
my vimrc
colorscheme evening
set number
set relativenumber
call plug#begin()
Plug 'rust-lang/rust.vim'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment