Skip to content

Instantly share code, notes, and snippets.

@hskang9
Created December 8, 2018 21:17
Show Gist options
  • Save hskang9/ed0b2ea12cab15fd7a23b3ec0bd59002 to your computer and use it in GitHub Desktop.
Save hskang9/ed0b2ea12cab15fd7a23b3ec0bd59002 to your computer and use it in GitHub Desktop.
Vim Configuration
:set number
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
call plug#begin('~/.vim/plugged')
Plug 'rust-lang/rust.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment