Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将两种文件类型映射到一个片段文件吗?
例如,我希望.html和.ctp文件都使用该hmtl.snippets文件。
.html
.ctp
hmtl.snippets
如果没有,来自操作系统的符号链接会起作用吗?
或者我可以为所有文件类型创建一个全局片段文件吗?
谢谢!
罗马人说的。此外,您可以创建一个ctp.snippets文件并将extends html命令放入其中。所有这些都在 UltiSnips 的 vimhelp 中有详细记录。
ctp.snippets
extends html
你可以(至少):
html.snippets
_.snippets
autocmd BufEnter,BufNew *.ctp setf ctp.html
~/.vimrc