1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 16:27:45 +02:00

Compare commits

..

No commits in common. "509d72007a8d2e2ed52054abdd9136aaefccf1b4" and "28ef8b11d9ea44fa8c5980456b024386730dc86e" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ return {
ft = { 'tex' }, ft = { 'tex' },
config = function() config = function()
vim.g.knap_settings = { vim.g.knap_settings = {
delay = 1000,
-- tex -- tex
texoutputext = "pdf", texoutputext = "pdf",
textopdf = "pdflatex -synctex=1 -halt-on-error -interaction=batchmode %docroot%", textopdf = "pdflatex -synctex=1 -halt-on-error -interaction=batchmode %docroot%",

View File

@ -137,8 +137,6 @@ background() {
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases [ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases
autoload -Uz compinit && compinit
# Load command-not-found-handler # Load command-not-found-handler
source /usr/share/doc/pkgfile/command-not-found.zsh source /usr/share/doc/pkgfile/command-not-found.zsh