aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-07-19 11:15:53 +0200
committerOxbian <got.dacs@slmail.me>2023-07-19 11:15:53 +0200
commit78d0859f6f86d41ddce61e8d26fd4957af7b20c0 (patch)
tree86ca6768d792fa125454d80e270044d0017c3d4b
parent2c003129d57830d305de03e6e35972ad40084fed (diff)
downloadvimrc-78d0859f6f86d41ddce61e8d26fd4957af7b20c0.tar.gz
vimrc-78d0859f6f86d41ddce61e8d26fd4957af7b20c0.zip
Adding wakatime plugin
-rw-r--r--.vim/plugins.vim2
-rw-r--r--readme.md1
2 files changed, 3 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
diff --git a/readme.md b/readme.md
index 751f18e..9f65797 100644
--- a/readme.md
+++ b/readme.md
@@ -35,6 +35,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.
## Command & keybinds
ArKa projects. All rights to me, and your next child right arm.