Last active
October 3, 2018 22:07
-
-
Save joekir/74fa47b8e32b64bda2e4e67e2ce46c79 to your computer and use it in GitHub Desktop.
~/.vimrc
This file contains 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
colorscheme desert | |
set expandtab | |
set tabstop=2 | |
set clipboard+=unnamedplus | |
syntax enable | |
filetype plugin indent on | |
:map <S-n> :NERDTreeToggle<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment