1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

postmortem templates for vim

This commit is contained in:
Luna 2024-08-31 16:03:31 +02:00
parent 2100dde7ca
commit d5708fc0b8

View file

@ -963,3 +963,8 @@ require("lazy").setup({
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
--
-- templates for postmortems
vim.cmd([[
autocmd BufNewFile postmortem-*.md 0r ~/Templates/postmortem-templates/templates/postmortem-template-srebook.md
]])