tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
feat: remove default heading from norg snippets
BoltlessEngineer
10 months ago
15d2fab9
49dfc548
-5
2 changed files
expand all
collapse all
unified
split
lua
snippets
norg.lua
plugin
neorg.lua
-3
lua/snippets/norg.lua
···
36
updated: {}
37
@end
38
39
-
* {}
40
-
41
]],
42
{
43
d(1, file_index_fn),
44
f(today_fn, {}, { key = "today" }),
45
rep(k"today"),
46
-
rep(1),
47
-- t"",
48
-- t"",
49
}
···
36
updated: {}
37
@end
38
0
0
39
]],
40
{
41
d(1, file_index_fn),
42
f(today_fn, {}, { key = "today" }),
43
rep(k"today"),
0
44
-- t"",
45
-- t"",
46
}
-2
plugin/neorg.lua
···
19
"updated: " .. today,
20
"@end",
21
"",
22
-
"* " .. input,
23
-
""
24
}
25
vim.cmd.edit(filepath)
26
local buf = vim.api.nvim_get_current_buf()
···
19
"updated: " .. today,
20
"@end",
21
"",
0
0
22
}
23
vim.cmd.edit(filepath)
24
local buf = vim.api.nvim_get_current_buf()