chore: remove unused

This commit is contained in:
fiplox 2023-09-10 13:54:01 +02:00
parent cbcb228f91
commit 04aaa4328a
1 changed files with 0 additions and 6 deletions

View File

@ -288,12 +288,6 @@ local mappings = {
v = { '<C-w>v', 'Vertical split' },
h = { '<C-w>s', 'Horizontal split' },
},
['o'] = {
name = 'Neorg',
i = { '<cmd>Neorg index<cr>', 'Index' },
n = { '<cmd>Neorg workspace notes<cr>', 'Notes' },
t = { '<cmd>Neorg workspace todo<cr>', 'Todo' },
}
}
-- }}}
wk.register(mappings, opts)