Skip to content

Commit

Permalink
Fix packer
Browse files Browse the repository at this point in the history
  • Loading branch information
ngerritsen committed Mar 22, 2022
1 parent 3a9f5f0 commit 124b5c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 278 deletions.
1 change: 0 additions & 1 deletion .config/nvim/lua/user/packer.nvim
Submodule packer.nvim deleted from c576ab
4 changes: 4 additions & 0 deletions .config/nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
local fn = vim.fn

-- Automatically install packer
local install_path = fn.stdpath("data") .. "/site/pack/packer/start/packer.nvim"

if fn.empty(fn.glob(install_path)) > 0 then
PACKER_BOOTSTRAP = fn.system({
"git",
Expand Down
277 changes: 0 additions & 277 deletions .config/nvim/plugin/packer_compiled.lua

This file was deleted.

0 comments on commit 124b5c0

Please sign in to comment.