Update 2024-01-30 07:41 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-30 07:41:31 +01:00
parent 071f7abcac
commit 5e5438f9b5
4 changed files with 27 additions and 39 deletions

View File

@@ -1,3 +1,6 @@
packadd termdebug
set nocompatible
" mouse support
@@ -119,6 +122,8 @@ let g:autotagTagsFile = ".tags"
let g:autotagCtagsCmd = "ectags"
let g:termdebugger = "egdb"
" HIGHLIGHT SPECIAL WORDS
match ErrorMsg '\(TODO:\|FIXME\|XXX\|workaround\|WTF\|: error:.*\|\s\+$\| \+\ze\t\)'