feat: add wakatime plugin
This commit is contained in:
parent
b9e59b2376
commit
997b1670af
|
@ -2,4 +2,6 @@
|
||||||
-- I promise not to create any merge conflicts in this directory :)
|
-- I promise not to create any merge conflicts in this directory :)
|
||||||
--
|
--
|
||||||
-- See the kickstart.nvim README for more information
|
-- See the kickstart.nvim README for more information
|
||||||
return {}
|
return {
|
||||||
|
{ 'wakatime/vim-wakatime', lazy = false },
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue