Skip to content

Commit

Permalink
modify for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
seventhsense committed Jan 7, 2017
1 parent 6c091a0 commit 7e25f8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .vimrc
Expand Up @@ -74,9 +74,9 @@ if &term =~ "xterm"
endif

" 全角スペースの表示
highlight ZenkakuSpace cterm=underline ctermbg=red guibg=#666666
au BufWinEnter * let w:m3 = matchadd("ZenkakuSpace", ' ')
au WinEnter * let w:m3 = matchadd("ZenkakuSpace", ' ')"
" highlight ZenkakuSpace cterm=underline ctermbg=red guibg=#666666
" au BufWinEnter * let w:m3 = matchadd("ZenkakuSpace", ' ')
" au WinEnter * let w:m3 = matchadd("ZenkakuSpace", ' ')"

" タブ機能
nnoremap <S-Tab> gt
Expand Down Expand Up @@ -123,3 +123,6 @@ autocmd FileType python setl expandtab tabstop=2 shiftwidth=2 softtabstop=2
if filereadable(expand('~/.vimrc.local'))
source ~/.vimrc.local
endif

" インデントオン
filetype plugin indent on
2 changes: 1 addition & 1 deletion dein_lazy.toml
Expand Up @@ -142,7 +142,7 @@ on_source = 'neosnippet.vim'
# html/css
[[plugins]]
repo = 'othree/html5.vim'
on_ft = ['html', 'htm']
on_ft = ['html', 'htm', 'eruby']
[[plugins]]
repo = 'haya14busa/endtagcomment.vim'
hook_add = '''
Expand Down
2 changes: 1 addition & 1 deletion plugin_settings/unite_setting.vim
Expand Up @@ -42,7 +42,7 @@ if executable('ag')
endif

""file
noremap :f :<C-u>Unite file_rec<CR>
" noremap :f :<C-u>Unite file_rec<CR>

"" vim command 一覧
noremap :<CR> :<C-u>Unite command mapping<CR>
Expand Down

0 comments on commit 7e25f8d

Please sign in to comment.