Neogen fixes for doxygen

This commit is contained in:
Oliver Hartmann
2022-02-01 15:42:30 +01:00
parent bd3af2a9a4
commit ab444ed7d9
2 changed files with 20 additions and 1 deletions

View File

@@ -81,3 +81,5 @@ utils.map('n', '<c-s-f>', '<cmd>Telescope live_grep<cr>')
utils.map('n', '<C-y>', '<cmd>Telescope neoclip<cr>')
utils.map('n', '<leader>j', '<cmd>Telescope jumplist<cr>')
utils.map('n', '<c-f>', '<cmd>Telescope current_buffer_fuzzy_find<cr>')
utils.map('n', '<leader>n', '<cmd>Neogen<cr>', { noremap = true, silent = true })