From 5aa61accd440a7aaa846e8f8f39699ea803f6c76 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 6 Aug 2022 09:10:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1fedc89..f56fb01 100644 --- a/vimrc +++ b/vimrc @@ -29,9 +29,13 @@ Plug 'mhinz/vim-startify' Plug 'lyokha/vim-xkbswitch' " https://github.com/srcery-colors/srcery-vim -" Тема srcery +" Тема srcery " Plug 'srcery-colors/srcery-vim' +" https://github.com/wellle/context.vim +" Отображение контекста " +Plug 'wellle/context.vim' + " https://github.com/itchyny/lightline.vim " Настраиваемая строка состояния " " https://github.com/taohexxx/lightline-buffer @@ -162,6 +166,10 @@ Plug 'itspriddle/vim-shellcheck' Plug 'rhysd/vim-grammarous' +" https://github.com/mcchrish/nnn.vim " +" File manager for vim/neovim powered by n³ " +Plug 'mcchrish/nnn.vim' + " Перечисление плагинов заканчивается здесь " call plug#end() @@ -306,6 +314,9 @@ set list " Копирование выравнивания от предыдущей строки " set copyindent + +" " +set clipboard^=unnamed,unnamedplus "}}} map b :Bufstop " get a visual on the buffers