neovim configuration using rocks.nvim plugin manager

feat: remove default heading from norg snippets

-5
-3
lua/snippets/norg.lua
··· 36 36 updated: {} 37 37 @end 38 38 39 - * {} 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 - rep(1), 47 44 -- t"", 48 45 -- t"", 49 46 }
-2
plugin/neorg.lua
··· 19 19 "updated: " .. today, 20 20 "@end", 21 21 "", 22 - "* " .. input, 23 - "" 24 22 } 25 23 vim.cmd.edit(filepath) 26 24 local buf = vim.api.nvim_get_current_buf()