Created
December 8, 2018 21:17
-
-
Save hskang9/ed0b2ea12cab15fd7a23b3ec0bd59002 to your computer and use it in GitHub Desktop.
Vim Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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