mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-19 00:07:47 +02:00
Compare commits
2 Commits
28ef8b11d9
...
509d72007a
Author | SHA1 | Date | |
---|---|---|---|
509d72007a | |||
21508b1c1e |
@ -5,6 +5,7 @@ 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%",
|
||||||
|
@ -137,6 +137,8 @@ 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user