Новые плагины
This commit is contained in:
parent
29c2f0c489
commit
1e891dbc74
18
vimrc
18
vimrc
@ -16,6 +16,10 @@ call pathogen#infect()
|
|||||||
" Менеджер плагинов "
|
" Менеджер плагинов "
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
" https://github.com/skywind3000/asyncrun.vim
|
||||||
|
" Запуск асинхронных команд "
|
||||||
|
Plug 'skywind3000/asyncrun.vim'
|
||||||
|
|
||||||
" https://github.com/lyokha/vim-xkbswitch
|
" https://github.com/lyokha/vim-xkbswitch
|
||||||
" Автоматическое переключение раскладки клавиатуры в режиме вставки "
|
" Автоматическое переключение раскладки клавиатуры в режиме вставки "
|
||||||
Plug 'lyokha/vim-xkbswitch'
|
Plug 'lyokha/vim-xkbswitch'
|
||||||
@ -83,7 +87,7 @@ Plug 'stephpy/vim-yaml'
|
|||||||
Plug 'plasticboy/vim-markdown'
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
|
||||||
"https://github.com/habamax/vim-asciidoctor
|
"https://github.com/habamax/vim-asciidoctor
|
||||||
" AsciiDoctor
|
" AsciiDoctor "
|
||||||
Plug 'habamax/vim-asciidoctor'
|
Plug 'habamax/vim-asciidoctor'
|
||||||
|
|
||||||
" https://github.com/SirVer/ultisnips
|
" https://github.com/SirVer/ultisnips
|
||||||
@ -106,6 +110,14 @@ Plug 'dhruvasagar/vim-table-mode'
|
|||||||
" Выравнивание строк "
|
" Выравнивание строк "
|
||||||
Plug 'junegunn/vim-easy-align'
|
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()
|
call plug#end()
|
||||||
|
|
||||||
@ -637,3 +649,7 @@ augroup asciidoctor
|
|||||||
au BufEnter *.adoc,*.asciidoc call AsciidoctorMappings()
|
au BufEnter *.adoc,*.asciidoc call AsciidoctorMappings()
|
||||||
augroup END
|
augroup END
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
||||||
|
call vimprj#init()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user