Add a vim-vue plug and expand a cmd for readability

This commit is contained in:
Tobias Reisinger 2020-09-18 23:52:30 +02:00
parent c002ba957b
commit af4148f734

View file

@ -25,7 +25,7 @@ set nowrap
set wildmode=longest,list,full
autocmd FileType yaml setlocal ai ts=2 sw=2 et cuc nu
autocmd FileType yaml setlocal ai tabstop=2 shiftwidth=2 expandtab cuc nu
runtime ftplugin/man.vim
set keywordprg=:Man
@ -52,6 +52,7 @@ call plug#begin('~/.config/vim/plugged')
Plug 'vim-scripts/DoxygenToolkit.vim'
Plug 'drmikehenry/vim-headerguard'
Plug 'cespare/vim-toml'
Plug 'posva/vim-vue'
call plug#end()
map <leader>m :Magit<CR>