nvim: Remove entire old config; Add new plugins in new format

This commit is contained in:
2025-11-07 22:23:03 +01:00
parent a4b9fc3cf9
commit de2734ba98
65 changed files with 400 additions and 3395 deletions

View File

@@ -0,0 +1,8 @@
vim.pack.add({
{ src = "https://github.com/3rd/sqlite.nvim" },
{ src = "https://github.com/3rd/time-tracker.nvim" }
})
require("time-tracker").setup({
data_file = vim.fn.stdpath("data") .. "/time-tracker.db"
})