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.
我正在使用 snipmate 进行编码,它工作正常。
但是我也想在 txt 文件扩展名上使用它,但这根本不起作用。
它是设计成那样工作的吗?如何获得临时文件类型的片段扩展?
*.txt文件具有text文件类型,但您可能没有该文件类型的片段。您可以在其中创建它们~/.vim/snippets/text.snippets并对没有片段的每个文件类型执行相同的操作。
*.txt
text
~/.vim/snippets/text.snippets
请注意,其中的片段~/.vim/snippets/_.snippets是“全局的”,因此可用于任何文件类型。
~/.vim/snippets/_.snippets
如果要在 HTML 文件中扩展 JavaScript 片段,可以将文件类型与:set ft=html.javascript.
:set ft=html.javascript