Обновление
This commit is contained in:
		
							
								
								
									
										13
									
								
								vimrc
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								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 <leader>b :Bufstop<CR>             " get a visual on the buffers
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user