save
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user