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

Compare commits

...

2 Commits

Author SHA1 Message Date
509d72007a nvim: increased preview tex and markdown delay 2023-12-10 02:42:36 +01:00
21508b1c1e zsh: added compinit 2023-12-10 02:42:18 +01:00
2 changed files with 3 additions and 0 deletions

View File

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

View File

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