Обновление

This commit is contained in:
Andrei Astafev 2022-08-06 09:10:05 +03:00
parent 4d72304494
commit 5aa61accd4

13
vimrc
View File

@ -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 <leader>b :Bufstop<CR> " get a visual on the buffers