]> 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 9814bf7c3aa642b3b37adc5cab1dbcc81c436209..d338931a92cbe772c28f669925bc32b507de06a8 100644 (file)
@@ -55,6 +55,9 @@ return require('packer').startup(function(use)
     -- git 
     use { 'tpope/vim-fugitive' }
 
+    -- format
+    use { 'sbdchd/neoformat' }
+
     use {
         'nvim-telescope/telescope.nvim', branch = '0.1.x',
         requires = { {'nvim-lua/plenary.nvim'} }