thinca / vim-themis

A testing framework for Vim script.
zlib License
238 stars 34 forks source link

Add ftdetect, ftplugin to vim runtime #77

Closed Freed-Wu closed 7 months ago

Freed-Wu commented 7 months ago

Can we add ftdetect/themis.vim, ftplugin/vimspec.vim, ... to vim runtime? Refer https://github.com/vim/vim/pull/14380 It is not hard.

TIA!

Shougo commented 7 months ago

Why it is needed?

Freed-Wu commented 7 months ago

For those user who don't install themis, they can view it with syntax highlight. If they want to advanced function (execute it), they can install this plugin.

thinca commented 7 months ago

Vimspec syntax highlighting is not necessary for users who are not using themis.vim.