added gdb

This commit is contained in:
gurkenhabicht 2023-07-24 20:53:54 +02:00
parent dbdad3f3ac
commit 6add28dba1
3 changed files with 11103 additions and 0 deletions

1
gdb/.gdbinit Normal file
View File

@ -0,0 +1 @@
source ~/.gdbinit-gef.py

11097
gdb/.gdbinit-gef.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -180,3 +180,8 @@ endif
" Remove conceal from Markdown when Insert mode is set
autocmd InsertEnter *.{markdown,md} set conceallevel=0
autocmd InsertLeave *.{markdown,md} set conceallevel=2
" Remove conceal from JSON when Insert mode is on
autocmd InsertEnter *.{json} set conceallevel=0
autocmd InsertLeave *.{json} set conceallevel=2