From df042cfac24fd55debac6a35f0444f7be2c645a7 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Oct 2023 22:09:23 +0100 Subject: [PATCH] Comment out wakatime --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index eaba6e1..cc46204 100644 --- a/init.vim +++ b/init.vim @@ -26,7 +26,7 @@ Plug 'godlygeek/tabular' " Easy alligning of code based on match, :Tab/| will li Plug 'plasticboy/vim-markdown' " All markdown features (some are disabled by polyglot) Plug 'sheerun/vim-polyglot' " Dynamically loads syntax hilighting from multiple packages Plug 'ms-jpq/chadtree', { 'branch': 'chad', 'do': 'python3 -m chadtree deps' } " A file tree -Plug 'wakatime/vim-wakatime' +"Plug 'wakatime/vim-wakatime' Plug 'neoclide/coc.nvim', { 'branch': 'release' } " Autocompletion Plug 'github/copilot.vim' " Copilot Plug 'easymotion/vim-easymotion' " Advanced navigation