diff --git a/.config/nvim/lua/coding.lua b/.config/nvim/lua/coding.lua index 7474b9b..4744140 100644 --- a/.config/nvim/lua/coding.lua +++ b/.config/nvim/lua/coding.lua @@ -1,5 +1,6 @@ require('plugins') require('keymaps') +require('ui') packer.use { -- toggle comments 'https://github.com/tomtom/tcomment_vim', @@ -10,7 +11,10 @@ packer.use { -- toggle comments packer.use { 'https://github.com/TimUntersberger/neogit', - requires = 'https://github.com/nvim-lua/plenary.nvim', + requires = { + 'https://github.com/nvim-lua/plenary.nvim', + 'https://github.com/folke/which-key.nvim' + }, config = function() require('which-key').setup { -- commit_popup = {