wakatime plugin for vim

This commit is contained in:
2019-06-28 23:59:40 +02:00
parent 1d7c680127
commit 7e393ee002

2
.vimrc
View File

@@ -16,6 +16,8 @@ Plugin 'git@github.com:Valloric/YouCompleteMe.git'
Plugin 'git@github.com:moll/vim-node.git'
" Vue syntax highlighting - https://github.com/posva/vim-vue
Plugin 'posva/vim-vue'
" Wakatime plugin
Plugin 'wakatime/vim-wakatime'
" autocmd FileType markdown let b:dispatch = 'octodown --live-reload %'