Comment out wakatime
This commit is contained in:
2
init.vim
2
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 'plasticboy/vim-markdown' " All markdown features (some are disabled by polyglot)
|
||||||
Plug 'sheerun/vim-polyglot' " Dynamically loads syntax hilighting from multiple packages
|
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 '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 'neoclide/coc.nvim', { 'branch': 'release' } " Autocompletion
|
||||||
Plug 'github/copilot.vim' " Copilot
|
Plug 'github/copilot.vim' " Copilot
|
||||||
Plug 'easymotion/vim-easymotion' " Advanced navigation
|
Plug 'easymotion/vim-easymotion' " Advanced navigation
|
||||||
|
|||||||
Reference in New Issue
Block a user