vim: autopairs entfernt
This commit is contained in:
parent
00a12812b6
commit
21d13578ae
1 changed files with 0 additions and 7 deletions
7
.vimrc
7
.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 = '<C-P>'
|
||||
|
||||
|
||||
" lightline/statusline
|
||||
set laststatus=2
|
||||
let g:lightline = {
|
||||
|
|
Loading…
Reference in a new issue