mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
postmortem templates for vim
This commit is contained in:
parent
2100dde7ca
commit
d5708fc0b8
1 changed files with 5 additions and 0 deletions
|
@ -963,3 +963,8 @@ require("lazy").setup({
|
||||||
|
|
||||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- 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
|
||||||
|
]])
|
||||||
|
|
Loading…
Add table
Reference in a new issue