This commit is contained in:
2025-08-12 18:23:10 -04:00
parent 01ef3c1211
commit 16aef07ae2

View File

@@ -27,6 +27,7 @@ vim.o.wrap = false
vim.opt.wildoptions = {} vim.opt.wildoptions = {}
vim.opt.path:append("**") vim.opt.path:append("**")
-- TODO(vx-clutch): Make this detect git and put that information in there as "This file is part of REPO"
vim.keymap.set("i", "me::", function() vim.keymap.set("i", "me::", function()
return vim.fn.strftime( return vim.fn.strftime(
"Author: vx_clutch <https://vx-clutch.github.io/vxserver.dev/>\nDate: %B %d, %Y\nLicense: BSD-3-Clause") "Author: vx_clutch <https://vx-clutch.github.io/vxserver.dev/>\nDate: %B %d, %Y\nLicense: BSD-3-Clause")