vim: autopairs entfernt

This commit is contained in:
Michael Grote 2021-08-12 13:00:46 +02:00
parent 00a12812b6
commit 21d13578ae

7
.vimrc
View file

@ -25,8 +25,6 @@ Plugin 'Yggdroot/indentLine'
" einrückungsmarkierungen
Plugin 'tpope/vim-fugitive'
" git integration G:
Plugin 'jiangmiao/auto-pairs'
" autovervollständigung symbole wie klammern
Plugin 'jreybert/vimagit'
" git integration
Plugin 'tpope/vim-sleuth'
@ -72,11 +70,6 @@ set clipboard=unnamedplus " https://unix.stackexchange.com/questions/125
" Keybindings"
:let mapleader = ","
" auto-pairs
let g:AutoPairsShortcutToggle = '<C-P>'
" lightline/statusline
set laststatus=2
let g:lightline = {