Guest User

Untitled

a guest
Apr 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. set nocompatible
  2.  
  3. let mapleader="\<SPACE>"
  4.  
  5. highlight ColorColumn ctermbg=234
  6.  
  7. set number
  8. set rnu
  9.  
  10. call plug#begin('~/.vim/plugged')
  11. Plug 'scrooloose/nerdtree'
  12. Plug 'ctrlpvim/ctrlp.vim'
  13. call plug#end()
  14.  
  15. set autoindent
  16. set cindent
  17. set expandtab
  18. set tabstop=4
  19. set softtabstop=4
  20. set shiftwidth=4
Add Comment
Please, Sign In to add comment