Adjust settings for the tests

This commit is contained in:
Karl Yngve Lervåg 2016-09-17 20:06:21 +02:00
parent ec6000815f
commit 229a2a6c79
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,3 @@
Execute (Setup):
set shiftwidth=2
Given tex (Indent: regular tex):
\documentclass{minimal}
\usepackage{amsmath}

View File

@ -7,6 +7,8 @@ syntax enable
" Personal settings to get consistent results
set wildmode=longest:full,full
set wildcharm=<c-z>
set shiftwidth=2
set expandtab
let g:tex_flavor = 'latex'
let g:vimtex_echo_ignore_wait = 1