* feat(keymaps.lua): add keymap for Vim Be Good plugin

* chore(plugins/init.lua): add Vim Be Good plugin to the list of plugins
This commit is contained in:
PeteChu 2023-04-03 23:50:47 +07:00
parent a352464116
commit 7089dd897d
2 changed files with 5 additions and 1 deletions

View file

@ -6,5 +6,6 @@ return {
'fatih/vim-go',
'mbbill/undotree',
'famiu/bufdelete.nvim',
'ThePrimeagen/harpoon'
'ThePrimeagen/harpoon',
'ThePrimeagen/vim-be-good'
}