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
36
updated: {}
37
37
@end
38
38
39
39
-
* {}
40
40
-
41
39
]],
42
40
{
43
41
d(1, file_index_fn),
44
42
f(today_fn, {}, { key = "today" }),
45
43
rep(k"today"),
46
46
-
rep(1),
47
44
-- t"",
48
45
-- t"",
49
46
}
-2
plugin/neorg.lua
···
19
19
"updated: " .. today,
20
20
"@end",
21
21
"",
22
22
-
"* " .. input,
23
23
-
""
24
22
}
25
23
vim.cmd.edit(filepath)
26
24
local buf = vim.api.nvim_get_current_buf()