]> src.twobees.de Git - dotfiles.git/blobdiff - stow/nvim/.config/nvim/lua/plugin_mgr.lua
../..
[dotfiles.git] / stow / nvim / .config / nvim / lua / plugin_mgr.lua
index 39a670756267639a4e0b39b2cf2e84eec7e504d7..d338931a92cbe772c28f669925bc32b507de06a8 100644 (file)
@@ -20,6 +20,7 @@ return require('packer').startup(function(use)
             vim.cmd('colorscheme rose-pine')
         end
     })
+    use { 'romainl/Apprentice' }
     use { 'folke/tokyonight.nvim' }
     use { 'unblevable/quick-scope'}
     use { 'onsails/lspkind.nvim' }
@@ -48,14 +49,14 @@ 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' }
+
+    -- format
+    use { 'sbdchd/neoformat' }
 
     use {
         'nvim-telescope/telescope.nvim', branch = '0.1.x',