Merge branch 'master' of git.246060.ru:f1x1t/vimrc
This commit is contained in:
commit
9bc804c8c6
9
vimrc
9
vimrc
@ -133,6 +133,11 @@ Plug 'xuhdev/vim-latex-live-preview'
|
||||
" Python "
|
||||
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
|
||||
|
||||
" https://github.com/itspriddle/vim-shellcheck "
|
||||
" Shell "
|
||||
Plug 'itspriddle/vim-shellcheck'
|
||||
|
||||
|
||||
" Перечисление плагинов заканчивается здесь "
|
||||
call plug#end()
|
||||
|
||||
@ -143,6 +148,9 @@ call plug#end()
|
||||
syntax on
|
||||
filetype plugin indent on
|
||||
|
||||
" Выбор движка для регулярных выражений
|
||||
autocmd FileType ruby,tex set regexpengine=1
|
||||
|
||||
" Отключен режим совместимости "
|
||||
set nocompatible
|
||||
|
||||
@ -385,6 +393,7 @@ let g:lightline = {
|
||||
\ 'modified': '%{&filetype=="help"?"":&modified?"+":&modifiable?"":"-"}',
|
||||
\ 'character': '%04B',
|
||||
\ 'separator': '|',
|
||||
\ 'lineinfo': '%3l:%-2v',
|
||||
\ },
|
||||
\ 'component_function': {
|
||||
\ 'mode': 'LightlineMode',
|
||||
|
Loading…
Reference in New Issue
Block a user