update nvim
This commit is contained in:
parent
a1f77fb47c
commit
60e8ec422b
4 changed files with 58 additions and 55 deletions
|
@ -4,6 +4,8 @@ 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})
|
||||
end
|
||||
|
||||
vim.cmd [[packadd packer.nvim]]
|
||||
|
||||
return require('packer').startup(function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
use 'nvim-lua/plenary.nvim'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue