summaryrefslogtreecommitdiff
path: root/lua/bootstrap.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/bootstrap.lua')
-rw-r--r--lua/bootstrap.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/bootstrap.lua b/lua/bootstrap.lua
index fbccc3d..ea8f95b 100644
--- a/lua/bootstrap.lua
+++ b/lua/bootstrap.lua
@@ -23,14 +23,6 @@ end
ensure("wbthomason", "packer.nvim")
ensure("lewis6991", "impatient.nvim")
--- Autocommand that reloads neovim whenever you save the plugins.lua file
-vim.cmd [[
- augroup packer_user_config
- autocmd!
- autocmd BufWritePost plugins.lua source <afile> | PackerSync
- augroup end
-]]
-
-- Enable faster loading with impatient
require "config.impatient"
return PACKER_BOOTSTRAP