nvim: Add time-tracker, markview, and vimtex; add texlab config

This commit is contained in:
2025-11-10 12:57:08 +01:00
parent b951634ce6
commit 2bf187255a
5 changed files with 134 additions and 0 deletions

View 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"
}
}