Move some keybinding to the plugin config file

This commit is contained in:
2022-03-23 21:25:06 +01:00
parent f9d0bf5366
commit 434611abf4
3 changed files with 19 additions and 17 deletions

View File

@@ -18,3 +18,6 @@ require('neogen').setup({
},
},
})
local utils = require('utils')
utils.map('n', '<leader>n', '<cmd>Neogen<cr>', { noremap = true, silent = true })