Skip to content

Commit

Permalink
Setup Vue plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yucao24hours committed Mar 22, 2018
1 parent d8408b9 commit a5d5a31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vim/after/ftplugin/vue.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
if exists('b:did_ftplugin_vue')
finish
endif
let b:did_ftplugin_vue = 1

setlocal expandtab
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=0
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Plug 'haya14busa/vim-migemo'
Plug 'mattn/calendar-vim'
Plug 'mtsmfm/unite-turnip'
Plug 'ruby-formatter/rufo-vim', { 'for': 'ruby' }
Plug 'posva/vim-vue'

if get(g:, 'load_wakatime')
Plug 'wakatime/vim-wakatime'
Expand Down

0 comments on commit a5d5a31

Please sign in to comment.