removed unused stuff from vimrc

This commit is contained in:
Christoph J. Scherr 2023-06-12 13:52:44 +02:00
parent 8aaa4c6c33
commit e8adf62e21
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 0 additions and 5 deletions

View File

@ -98,8 +98,3 @@ tnoremap <Esc> <C-\><C-n>
command W :w ! sudo tee %
" Set completeopt to have a better completion experience"
set completeopt=menuone,noinsert,noselect
" debuging
packadd termdebug
" debuggin for rust
command Rustdebug :let termdebugger="rust-gdb" | :Termdebug