Guest User

Untitled

a guest
Jan 6th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 1.01 KB | None | 0 0
  1. set nocompatible
  2. filetype  plugin on
  3. filetype  indent on
  4. set syntax=on            
  5. set guifont=Consolas\ 12
  6. colorscheme desert
  7. set nu
  8. set nuw=4
  9. set hls
  10. set cuc
  11. set cul
  12. set sc
  13. set smd
  14. set ru
  15. "set clipboard
  16. set showmatch
  17. set showmode
  18. set backupdir=~/backup/vimfiles
  19. set smartcase
  20. set list
  21. set autoindent                  
  22. set cindent
  23. set autoread                  
  24. set autowrite                  
  25. set backspace=indent,eol,start  
  26. set backup                      
  27. set browsedir=current          
  28. set complete+=k                
  29. set history=50                  
  30. set hlsearch                    
  31. set incsearch                      
  32. set mouse=a                    
  33. set nowrap                      
  34. set popt=left:8pc,right:3pc    
  35. set ruler                      
  36. set shiftwidth=4                
  37. set showcmd                    
  38. set smartindent                
  39. set tabstop=4                  
  40. set visualbell                  
  41. set wildignore=*.bak,*.o,*.e,*~
  42. set wildmenu
Add Comment
Please, Sign In to add comment