Chris 4 éve
szülő
commit
6141b0ac76
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -15,7 +15,7 @@ vim.cmd [[packadd packer.nvim]]
 -- vim.cmd 'autocmd BufWritePost plugins.lua PackerCompile' -- Auto compile when there are changes in plugins.lua
 
 
-return require('packer').startup(function()
+return require('packer').startup(function(use)
   -- Packer can manage itself as an optional plugin
   use {'wbthomason/packer.nvim', opt = true}