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
|
" einrückungsmarkierungen
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
" git integration G:
|
" git integration G:
|
||||||
Plugin 'jiangmiao/auto-pairs'
|
|
||||||
" autovervollständigung symbole wie klammern
|
|
||||||
Plugin 'jreybert/vimagit'
|
Plugin 'jreybert/vimagit'
|
||||||
" git integration
|
" git integration
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
|
@ -72,11 +70,6 @@ set clipboard=unnamedplus " https://unix.stackexchange.com/questions/125
|
||||||
" Keybindings"
|
" Keybindings"
|
||||||
:let mapleader = ","
|
:let mapleader = ","
|
||||||
|
|
||||||
|
|
||||||
" auto-pairs
|
|
||||||
let g:AutoPairsShortcutToggle = '<C-P>'
|
|
||||||
|
|
||||||
|
|
||||||
" lightline/statusline
|
" lightline/statusline
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
|
|
Loading…
Reference in a new issue