neovim configuration using rocks.nvim plugin manager

feat: remove default heading from norg snippets

-5
-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 39 ]], 40 { 41 d(1, file_index_fn), 42 f(today_fn, {}, { key = "today" }), 43 rep(k"today"), 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 "", 22 } 23 vim.cmd.edit(filepath) 24 local buf = vim.api.nvim_get_current_buf()