ryantanglao

RESOURCE: Vim configuration

Feb 11th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. set nocompatible
  2. set hidden
  3. set wildmenu
  4. set showcmd
  5. set hlsearch
  6. set ignorecase
  7. set smartcase
  8. set backspace=indent,eol,start
  9. set autoindent
  10. set nostartofline
  11. set ruler
  12. set laststatus=2
  13. set confirm
  14. set visualbell
  15. set t_vb=
  16. set mouse=a
  17. set cmdheight=2
  18. set tabstop=4
  19. set softtabstop=4
  20. set shiftwidth=4
  21. set expandtab
  22. set nowrap
  23. set number
  24. filetype indent plugin on
  25. syntax on
Advertisement
Add Comment
Please, Sign In to add comment