]> src.twobees.de Git - dotfiles.git/blobdiff - stow/nvim/.config/nvim/lua/plugin_mgr.lua
change some mappings
[dotfiles.git] / stow / nvim / .config / nvim / lua / plugin_mgr.lua
index 357d30c846b3af7752db53d4962c883b0d786988..2c0310423555c30d29b5d90e8025485415f6a10a 100644 (file)
@@ -37,6 +37,14 @@ return require('packer').startup(function(use)
             {'saadparwaiz1/cmp_luasnip'},
             {'hrsh7th/cmp-nvim-lsp'},
             {'hrsh7th/cmp-nvim-lua'},
+
+            -- Snippets
+            {'L3MON4D3/LuaSnip'},
+            {'rafamadriz/friendly-snippets'},
+
+
+            -- git 
+            { 'tpope/vim-fugitive' },
         }
     }