nvim: Add time tracker plugin
This commit is contained in:
parent
d1f835ff1c
commit
b9eed4c40f
10
nvim/.config/nvim/lua/plugins/time_tracker.lua
Normal file
10
nvim/.config/nvim/lua/plugins/time_tracker.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
"3rd/time-tracker.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"3rd/sqlite.nvim"
|
||||||
|
},
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = {
|
||||||
|
data_file = vim.fn.stdpath("data") .. "/time-tracker.db"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user