mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
chore: remove commented out typstpreviewupdate autocmd
This commit is contained in:
parent
fb308fc6d7
commit
ad551a46f8
1 changed files with 0 additions and 14 deletions
|
@ -6,19 +6,5 @@
|
||||||
"TermOpen"
|
"TermOpen"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# {
|
|
||||||
# command = {
|
|
||||||
# __raw = ''
|
|
||||||
# require('typst-preview').update()
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
# event = [
|
|
||||||
# "BufEnter"
|
|
||||||
# "BufWinEnter"
|
|
||||||
# ];
|
|
||||||
# pattern = [
|
|
||||||
# "*.typ"
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue