Kevin Heinicke 5 éve
szülő
commit
3a26bef791
5 módosított fájl, 22 hozzáadás és 2 törlés
  1. 12 0
      nvim/UltiSnips/tex.snippets
  2. 7 0
      nvimrc
  3. 2 0
      taskrc
  4. 0 1
      zlogin
  5. 1 1
      zsh_local_osx

+ 12 - 0
nvim/UltiSnips/tex.snippets

@@ -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}

+ 7 - 0
nvimrc

@@ -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

+ 2 - 0
taskrc

@@ -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

+ 0 - 1
zlogin

@@ -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
 )

+ 1 - 1
zsh_local_osx

@@ -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