]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/snippets/all.lua
zsh: add todo to recursively check for task aliases in task-quote-magic
[dotfiles.git] / nvim / lua / snippets / all.lua
1 -- TODO: finish this
2 local comment_calculate = require("Comment.ft").calculate
3 local comment_utils = require("Comment.utils")
4
5 return {
6 s(
7 "FPP",
8 fmt(
9 [[Copyright © Focal Point Positioning Limited {year}. All Rights Reserved.
10 This code is the copyright of Focal Point Positioning Limited and
11 cannot be used, copied or distributed without the express written
12 permission of Focal Point Positioning Limited.
13 ]],
14 { year = i("year", os.date("%Y")) }
15 )
16 ),
17 }