diff options
-rw-r--r-- | .vim/plugins.vim | 4 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim index abaf397..61395d7 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -35,9 +35,11 @@ Plug 'mattn/vim-lsp-settings' " Automatic vim-lsp installation Plug 'prabirshrestha/asyncomplete.vim' " Autocompletion Plug 'prabirshrestha/asyncomplete-lsp.vim' " Autocompletion & connection with vim-lsp +" Tools +Plug 'wakatime/vim-wakatime' " Wakatime + " Language Plug 'mattn/emmet-vim', { 'for': ['html', 'css', 'js', 'vue'] } - call plug#end() filetype plugin indent on " Allow filetype detection, plugins, indentation @@ -43,6 +43,7 @@ This config has just the necessary plugins installed: - [Vim-lsp settings](https://github.com/mattn/vim-lsp-settings) easily setup lsp servers for languages. - [Asyncomplete](https://github.com/prabirshrestha/asyncomplete.vim) async autocompletion - [Asyncomplete & lsp-vim](https://github.com/prabirshrestha/asyncomplete-lsp.vim) use vim-lsp as source for autocompletion lsp server. +- [Vim Wakatime](https://github.com/wakatime/vim-wakatime) to have wakatime time tracking in vim. ### Languages utilities |