KO
|
EN
gitlite — search
Search
#python
#hacktoberfest
#llm
#rust
#hacktoberfest2024
#csharp
#dotnet
#machine-learning
#python3
#windows
#php
#linux
zyt-snippet
★ 82
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
rowhammer-tester
:
No description available.
skywalking-rust
:
Apache SkyWalking Rust Agent
jasyncapi
:
/jay-sync-api/ is a Java code-first tool for AsyncAPI specification
Wei.Repository
:
基于.Net6,EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据库,多DbContext
mailersend-php
:
The official MailerSend PHP SDK
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
zyt-snippet
?
Download (.md)
# zyt-snippet ## LaTeX snippet depends on vimtex The LaTeX snippet use [vimtex](https://github.com/lervag/vimtex) to tell whether the current consor is in a math environment so you need to install it first. ## helper function We make helper functions available to multiple snippet files by defining helper functions in a file `pythonx/snippet_helpers.py`. Note that Vim will load the `snippet_helpers.py` one time only. That means that any changes you make to the helper functions in `snippet_helpers.py` won’t be seen by your snippet files until you reboot Vim. See [here](http://vimcasts.org/episodes/ultisnips-python-interpolation/) and `:help UltiSnips-globals` for more infomation. ## Development 1. Snippets for math expressions that can be commonly used in markdown and LaTeX are collected into one place `Ultisnips/mathtex.snippets`. Any snippet in this file can be used and will be triggered in markdown and LaTeX files. `tex.snippets` and `markdown.snippets` are for snippets that only works for that filetype.