@@ -22,6 +22,18 @@ snippet par
\paragraph{${1}}
endsnippet
+# Table
+snippet tab
+\begin{table}
+ \centering
+ \caption{${1}}
+ \label{tab:${2}}
+ \begin{tabular}{${3}}
+ ${0} \\\\
+ \end{tabular}
+\end{table}
+endsnippet
+
# Figure
snippet fig
\begin{figure}
@@ -208,6 +208,13 @@ let g:vimtex_compiler_latexmk={
\ ],
\ 'build_dir' : 'livepreview',
\}
+let g:vimtex_quickfix_latexlog = {
+ \ 'overfull': 0,
+ \ 'underfull': 0,
+ \ 'packages': {
+ \ 'default': 0,
+ \ },
+ \ }
" use deoplete
let g:deoplete#enable_at_startup = 1
@@ -32,3 +32,5 @@ search.case.sensitive=no
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/solarized-light-256.theme
include ~/.dotfiles/task.theme
+context.focus=(project:bs2dsk or project:thesis) -ideas
+context=focus
@@ -22,7 +22,6 @@ typeset -gU cdpath fpath mailpath path
# Set the list of directories that Zsh searches for programs.
path=(
- /usr/local/{bin,sbin}
$HOME/go/bin
$path
)
@@ -11,4 +11,4 @@ export LC_CTYPE=en_US.UTF-8
export P=~/Nextcloud/Studium/2016.3\ Promotion
-source /opt/root/bin/thisroot.sh
+source /opt/root622/bin/thisroot.sh