update nvim

This commit is contained in:
Alexander NeonXP Kiryukhin 2024-07-17 02:52:30 +03:00
parent a1f77fb47c
commit 60e8ec422b
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
4 changed files with 58 additions and 55 deletions

View file

@ -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'