vim: multicursor

This commit is contained in:
Michael Grote 2021-11-17 20:46:49 +01:00
parent 6f8d8684be
commit be28d1a1ab

2
.vimrc
View file

@ -16,6 +16,8 @@ Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-sleuth'
" statusline
Plugin 'itchyny/lightline.vim'
" multi cursor; setze cursor mit \\\
Plugin 'mg979/vim-visual-multi'
call vundle#end()