diff options
Diffstat (limited to 'lua/conf/plugins.lua')
-rw-r--r-- | lua/conf/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/conf/plugins.lua b/lua/conf/plugins.lua index 4b2bcf1..d70e0ac 100644 --- a/lua/conf/plugins.lua +++ b/lua/conf/plugins.lua @@ -43,6 +43,7 @@ require('dep') { { 'ahmedkhalf/project.nvim' }, -- cd into root of project { 'mrjones2014/smart-splits.nvim'}, -- buffer resizing { 'ThePrimeagen/harpoon', -- super duper fast navigation through files + branch = 'harpoon2', requires = 'nvim-lua/plenary.nvim' }, |