add neorg to lunarvim

This commit is contained in:
Daniel Yrovas 2022-03-25 14:47:18 +11:00
parent 70b1001864
commit dc01d6b873
Signed by: danielyrovas
GPG key ID: C181BAC70BDE7C00
4 changed files with 72 additions and 585 deletions

View file

@ -0,0 +1,4 @@
vim.cmd([[
inoremap <c-e> <esc>o- [ ]
nnoremap <c-e> <esc>o- [ ]
]])