Guest User

Untitled

a guest
May 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. set tabstop=8 shiftwidth=8
  2. set autoindent
  3. set smartindent
  4. set cindent
  5. syntax enable
  6. set number
  7. set noexpandtab
  8. au FileType python setl tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
  9. set encoding=utf-8
  10. au BufWritePost * if getline(1) =~ "^#!" | silent !chmod +x <afile> | endif
  11. if !has('gui_running')
  12. set t_Co=256
  13. endif
Add Comment
Please, Sign In to add comment