Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. set number
  2. set backspace=indent,eol,start
  3. filetype plugin indent on
  4. autocmd FileType make set noexpandtab|set autoindent
  5. autocmd FileType c set tabstop=2|set shiftwidth=2|set expandtab|set autoindent
  6. autocmd FileType cpp set tabstop=2|set shiftwidth=2|set expandtab|set autoindent
  7. syntax on
  8. colorscheme dracula
  9. set clipboard=unnamed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement