Remove wakatime completely

wakatime made my nvim startup *extremely* slow, I used vim-profiler and
wakatime takes few thousand times slower than my other plugins, damn

planning to look from or make my own lightweight coding metrics
solution.
This commit is contained in:
Hedy Li 2021-08-19 19:43:18 +08:00
parent 37942e8ec7
commit 460d93bb5f
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
5 changed files with 4 additions and 6 deletions

View File

@ -29,7 +29,6 @@
:straight t)
(straight-use-package 'elpher)
(straight-use-package 'eww)
(straight-use-package 'wakatime-mode)
;; vertico
;; Enable vertico
@ -88,7 +87,6 @@
(straight-use-package 'diminish)
;; End of straight stuff hopefully
(global-wakatime-mode)
;;(setq dracula-use-24-bit-colors-on-256-colors-terms t)
;;(load-theme 'dracula t)

View File

@ -23,7 +23,7 @@ Plug 'bling/vim-bufferline' " buffer line (one of my most used plugi
Plug 'ctrlpvim/ctrlp.vim' " Quickly find a fine with fuzzy find; TODO: use fzf instead
Plug 'airblade/vim-gitgutter' " Show git diff overview stuff in the left column
Plug 'majutsushi/tagbar' " Quickly jump to a symbol in buffer (one of my most used omg!)
Plug 'wakatime/vim-wakatime' " Tracks my coding stats (because I like to look at the stats for fun)
" Plug 'wakatime/vim-wakatime' " Tracks my coding stats (because I like to look at the stats for fun)
Plug 'https://git.sr.ht/~torresjrjr/gemini.vim' " gemtext syntax highlighting; I know there are more
" popular alternatives but this is the
" best IMO

View File

@ -8,4 +8,3 @@
.ssh/config
cert.pem
key.pem
.wakatime.cfg

Binary file not shown.

View File

@ -1,8 +1,9 @@
#!/usr/bin/bash
# Remember to install wakatime-cli first
# NOTE: I don't use wakatime anymore because it makes nvim startup slow
# This is to fix some odd or legacy behaviour of the emacs wakatime plugin
# Remember to install wakatime-cli first
# This fixes some odd or legacy behaviour of the emacs wakatime plugin
args=$(echo "$@" | sed 's/--file/--entity/')
wakatime-cli $args