From 1e891dbc74ee803558460f276d5b87b55158b533 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Thu, 13 Jun 2019 14:17:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 6d97395..00897f0 100644 --- a/vimrc +++ b/vimrc @@ -16,6 +16,10 @@ call pathogen#infect() " Менеджер плагинов " call plug#begin('~/.vim/plugged') +" https://github.com/skywind3000/asyncrun.vim +" Запуск асинхронных команд " +Plug 'skywind3000/asyncrun.vim' + " https://github.com/lyokha/vim-xkbswitch " Автоматическое переключение раскладки клавиатуры в режиме вставки " Plug 'lyokha/vim-xkbswitch' @@ -83,7 +87,7 @@ Plug 'stephpy/vim-yaml' Plug 'plasticboy/vim-markdown' "https://github.com/habamax/vim-asciidoctor -" AsciiDoctor +" AsciiDoctor " Plug 'habamax/vim-asciidoctor' " https://github.com/SirVer/ultisnips @@ -106,6 +110,14 @@ Plug 'dhruvasagar/vim-table-mode' " Выравнивание строк " Plug 'junegunn/vim-easy-align' +" https://dmitryfrank.com/projects/vimprj +" Опции для отдельных проектов " +Plug 'elnull/vim-dfutil' | Plug 'elnull/vimprj' + +" https://github.com/vhdirk/vim-cmake +" CMake " +Plug 'vhdirk/vim-cmake' + " Перечисление плагинов заканчивается здесь " call plug#end() @@ -637,3 +649,7 @@ augroup asciidoctor au BufEnter *.adoc,*.asciidoc call AsciidoctorMappings() augroup END "}}} + + +call vimprj#init() +