mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-01 00:24:54 +02:00
update
This commit is contained in:
parent
e66addc568
commit
7c869fc4ff
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
local execute = vim.api.nvim_command
|
local execute = vim.api.nvim_command
|
||||||
local fn = vim.fn
|
local fn = vim.fn
|
||||||
|
|
||||||
local install_path = fn.stdpath('data') .. '/site/pack/packer/opt/packer.nvim'
|
local install_path = fn.stdpath('data') .. '/site/pack/packer/start/packer.nvim'
|
||||||
|
|
||||||
if fn.empty(fn.glob(install_path)) > 0 then
|
if fn.empty(fn.glob(install_path)) > 0 then
|
||||||
execute('!git clone https://github.com/wbthomason/packer.nvim ' .. install_path)
|
execute('!git clone https://github.com/wbthomason/packer.nvim ' .. install_path)
|
||||||
|
@ -14,7 +14,7 @@ vim.cmd 'autocmd BufWritePost plugins.lua PackerCompile' -- Auto compile when th
|
||||||
|
|
||||||
return require('packer').startup(function(use)
|
return require('packer').startup(function(use)
|
||||||
-- Packer can manage itself as an optional plugin
|
-- Packer can manage itself as an optional plugin
|
||||||
use {'wbthomason/packer.nvim', opt = true}
|
use 'wbthomason/packer.nvim'
|
||||||
|
|
||||||
-- Information
|
-- Information
|
||||||
use 'nanotee/nvim-lua-guide'
|
use 'nanotee/nvim-lua-guide'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue