Add ActivityWatch to neovim config
This commit is contained in:
parent
68c5878afa
commit
c5f03acdac
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue