Initial commit
This commit is contained in:
8
lua/plugins/init.lua
Normal file
8
lua/plugins/init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
local fn = vim.fn
|
||||
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", "clone", "--depth", "1", "https://github.com/wbthomason/packer.nvim", install_path })
|
||||
print("Installing packer: close and reopen Neovim...")
|
||||
end
|
||||
|
||||
require("plugins.setup")
|
||||
Reference in New Issue
Block a user