Skip to content

Commit

Permalink
Fix packer boostrap, see: brainfucksec#16
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfucksec committed Jun 22, 2022
1 parent c8df4b2 commit 74c65dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/packer_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if fn.empty(fn.glob(install_path)) > 0 then
'https://github.com/wbthomason/packer.nvim',
install_path
})
vim.o.runtimepath = vim.fn.stdpath('data') .. '/site/pack/*/start/*,' .. vim.o.runtimepath
end

-- Autocommand that reloads neovim whenever you save the packer_init.lua file
Expand Down

0 comments on commit 74c65dd

Please sign in to comment.