LoginSignup
2
0

More than 3 years have passed since last update.

vimrcを晒す

Posted at
syntax on
colorscheme ron

set encoding=japan
set fileencodings=utf-8,iso-2022-jp,cp932,euc-jp
set termencoding=utf-8
set fileencoding=utf-8
set encoding=utf-8

autocmd BufNewFile,BufRead *.js set filetype=javascript
autocmd BufNewFile,BufRead *.es6 set filetype=javascript

autocmd FileType ruby :set ts=2 sw=2 expandtab
autocmd FileType erb :set ts=2 sw=2 expandtab
autocmd FileType slim :set ts=2 sw=2 expandtab
autocmd FileType rake :set ts=2 sw=2 expandtab
autocmd FileType sh :set ts=2 sw=2 expandtab
autocmd FileType javascript :set ts=2 sw=2 expandtab
autocmd FileType yml :set ts=2 sw=2 expandtab
autocmd FileType yaml :set ts=2 sw=2 expandtab

filetype plugin indent on
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0