vimrc update

This commit is contained in:
Gregor Feierabend 2021-07-29 23:10:00 +02:00
parent 0895e61ff3
commit 9e05effcb2
3 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,7 @@ URxvt*keysym.Control-Shift-F9: command:\033]10;#1d1f21\007\
\033]4;0;#282a2e\007\
\033]4;1;#a54242\007\
\033]4;2;#8c9440\007\
\033]4;3;#de935f\007\
\033]4;3;#999999\007\
\033]4;4;#5f819d\007\
\033]4;5;#85678f\007\
\033]4;6;#5e8d87\007\
@ -66,7 +66,7 @@ URxvt*keysym.Control-Shift-F9: command:\033]10;#1d1f21\007\
\033]4;8;#373b41\007\
\033]4;9;#cc6666\007\
\033]4;10;#b5bd68\007\
\033]4;11;#f0c674\007\
\033]4;11;#5c5c5c\007\
\033]4;12;#81a2be\007\
\033]4;13;#b294bb\007\
\033]4;14;#8abeb7\007\

View File

@ -1,4 +1,4 @@
WipeArg
{
\m:{} \m:[]{} \textrm:{} \mintinline:{}{}
\m:{} \m:[]{} \textrm:{} \texttt:{} \mintinline:{}{}
}

2
.vimrc
View File

@ -204,6 +204,8 @@ let g:tex_flavor='latex'
let g:Tex_GotoError=0
autocmd BufNewFile,BufRead *.tex set syntax=plaintex
autocmd BufNewFile,BufRead *.tex syntax enable
autocmd BufNewFile,BufRead *.tex set spelllang=en_gb spell
autocmd BufNewFile,BufRead *.tex syntax match Comment "%.*"
autocmd BufNewFile,BufRead *.tex set textwidth=80
autocmd BufNewFile,BufRead *.tex let g:syntastic_auto_jump = 0