X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Fnvim%2F.config%2Fnvim%2Flua%2Fplugin_mgr.lua;h=1f60c40ff86cc04456fd7f1e18913621b52cc53c;hb=b0a32cdf52197353414660d694f9e29b4942479b;hp=39a670756267639a4e0b39b2cf2e84eec7e504d7;hpb=2714a4bd8aa12cd73680a00a2f0a250113e626be;p=dotfiles.git diff --git a/stow/nvim/.config/nvim/lua/plugin_mgr.lua b/stow/nvim/.config/nvim/lua/plugin_mgr.lua index 39a6707..1f60c40 100644 --- a/stow/nvim/.config/nvim/lua/plugin_mgr.lua +++ b/stow/nvim/.config/nvim/lua/plugin_mgr.lua @@ -48,14 +48,11 @@ return require('packer').startup(function(use) {'L3MON4D3/LuaSnip'}, {'rafamadriz/friendly-snippets'}, - - -- git - { 'tpope/vim-fugitive' }, } } - -- complition stuff - use { 'hrsh7th/cmp-cmdline' } + -- git + use { 'tpope/vim-fugitive' } use { 'nvim-telescope/telescope.nvim', branch = '0.1.x',