From 21d13578aec886821008bd614ffc88214e84ab70 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 12 Aug 2021 13:00:46 +0200 Subject: [PATCH] vim: autopairs entfernt --- .vimrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.vimrc b/.vimrc index 375650b..ab511ab 100644 --- a/.vimrc +++ b/.vimrc @@ -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 = '' - - " lightline/statusline set laststatus=2 let g:lightline = {