Add ActivityWatch to neovim config

This commit is contained in:
Rekai Nyangadzayi Musuka 2020-08-29 13:38:14 -05:00
parent 68c5878afa
commit c5f03acdac
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ nnoremap <silent><nowait> <space>c :<C-u>CocList commands<cr>
" Plugged Plugins " Plugged Plugins
call plug#begin(stdpath('data') . '/plugged') call plug#begin(stdpath('data') . '/plugged')
" Activity Tracking
Plug 'ActivityWatch/aw-watcher-vim'
" One Dark Theme " One Dark Theme
Plug 'joshdick/onedark.vim' Plug 'joshdick/onedark.vim'