diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-19 11:15:53 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-19 11:15:53 +0200 |
commit | 78d0859f6f86d41ddce61e8d26fd4957af7b20c0 (patch) | |
tree | 86ca6768d792fa125454d80e270044d0017c3d4b /.vim | |
parent | 2c003129d57830d305de03e6e35972ad40084fed (diff) | |
download | vimrc-78d0859f6f86d41ddce61e8d26fd4957af7b20c0.tar.gz vimrc-78d0859f6f86d41ddce61e8d26fd4957af7b20c0.zip |
Adding wakatime plugin
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 53c76aa..16c2a91 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -35,6 +35,8 @@ 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 call plug#end() filetype plugin indent on " Allow filetype detection, plugins, indentation |