Adjust settings for the tests
This commit is contained in:
parent
ec6000815f
commit
229a2a6c79
@ -1,6 +1,3 @@
|
|||||||
Execute (Setup):
|
|
||||||
set shiftwidth=2
|
|
||||||
|
|
||||||
Given tex (Indent: regular tex):
|
Given tex (Indent: regular tex):
|
||||||
\documentclass{minimal}
|
\documentclass{minimal}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
|
@ -7,6 +7,8 @@ syntax enable
|
|||||||
" Personal settings to get consistent results
|
" Personal settings to get consistent results
|
||||||
set wildmode=longest:full,full
|
set wildmode=longest:full,full
|
||||||
set wildcharm=<c-z>
|
set wildcharm=<c-z>
|
||||||
|
set shiftwidth=2
|
||||||
|
set expandtab
|
||||||
|
|
||||||
let g:tex_flavor = 'latex'
|
let g:tex_flavor = 'latex'
|
||||||
let g:vimtex_echo_ignore_wait = 1
|
let g:vimtex_echo_ignore_wait = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user