mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
3a0c68b8d9
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
8 lines
256 B
Lua
8 lines
256 B
Lua
-- You can add your own plugins here or in other files in this directory!
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
--
|
|
-- See the kickstart.nvim README for more information
|
|
return {
|
|
{ 'wakatime/vim-wakatime', lazy = false },
|
|
}
|