wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.82k stars 266 forks source link

Bootstrap code didn't work(for me). #997

Closed NamelessDev0000 closed 1 year ago

NamelessDev0000 commented 2 years ago

The code in Bootstrap didn't work.

There is a solution:

local install_path = vim.fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'
if vim.fn.isdirectory(install_path) == 0 then
    print 'downloading packer.nvim'
    packer_bootstrap = vim.fn.system { 'git', 'clone', 'https://github.com/wbthomason/packer.nvim', install_path }
    vim.cmd [[packadd packer.nvim]]
end
nat-418 commented 1 year ago

Can you please describe your machine, operating system, etc?

NamelessDev0000 commented 1 year ago

Can you please describe your machine, operating system, etc?

archlinux rolling, neovim 0.8? it was solved, i cant make sure if we could reproduce this problem...

nat-418 commented 1 year ago

Could you please close your issue then? Without even knowing what version of neovim you are running it doesn't seem feasible to help solve this issue that may or may not exist.