vim: easyalign

This commit is contained in:
Michael Grote 2021-12-21 21:17:13 +01:00
parent 4f3d81cb81
commit 6f942f2d65

5
.vimrc
View file

@ -16,6 +16,8 @@ Plugin 'itspriddle/vim-shellcheck'
Plugin 'tpope/vim-fugitive'
" statusline
Plugin 'itchyny/lightline.vim'
" ausrichten von text
Plugin 'junegunn/vim-easy-align'
" buffer in tabline
Plugin 'ap/vim-buftabline'
" start screen
@ -172,7 +174,8 @@ nnoremap <Leader>m :MarkdownPreviewToggle<CR>
" speichere Datei als root mit :w!!
" https://unix.stackexchange.com/questions/71109/how-can-i-exit-from-read-only-mode-in-vim
cmap w!! w !sudo tee % > /dev/null
" Start interactive EasyAlign in visual mode (e.g. vipga)
xmap ga <Plug>(EasyAlign)
" ### Abbreviations
iabbrev ncicht nicht