convert some keybindings to command center

This commit is contained in:
2022-04-13 23:40:53 +02:00
parent 3dc493ff7e
commit 257d2fffcf
7 changed files with 163 additions and 36 deletions

View File

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