Move some keybinding to the plugin config file
This commit is contained in:
@@ -18,3 +18,6 @@ require('neogen').setup({
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
local utils = require('utils')
|
||||
utils.map('n', '<leader>n', '<cmd>Neogen<cr>', { noremap = true, silent = true })
|
||||
|
||||
Reference in New Issue
Block a user