aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-04-04 12:42:09 +0300
committerValentin Popov <valentin@popov.link>2023-04-04 12:42:09 +0300
commitc3f2bef4e854c7fefa51fed860f7e2f3606d737a (patch)
tree96d9cd73ef1ea99d622e5b177a63f3e25b7d68fb
parent7f709a3edee9870728fdf1ef99e11158410ca348 (diff)
downloadnvim-config-master.tar.xz
nvim-config-master.zip
Добавил оптимизацию загрузки плагиновHEADmaster
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 2e5eb51..9ea9afb 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -7,6 +7,9 @@ return require('packer').startup(function(use)
-- Поддержка асинхронной работы
use 'nvim-lua/plenary.nvim'
+ -- Оптимизация загрузки плагинов
+ use 'lewis6991/impatient.nvim'
+
-- Тема редактора "sonokai"
use 'sainnhe/sonokai'