Basically I want to add something like
source ~/.vim/source.d/*.vim
before vimrc.
Can I encode globbed fileset?
Use the command :runtime!(including !).
:runtime!
!
:runtime! source.d/*.vim
This is how the plugin folder loads.
Why don't you put them in your ~ / .vim / plugin / directory? He will also do his job transparently.
Got the following answer on #vim:
exe join(map(split(glob("~/.vim/source.d/*.vim"), "\n"), '"source " . v:val'), "\n")
Source: https://habr.com/ru/post/1751840/More articles:How to debug configuration files in .NET? - debuggingjquery autoResize breaks form validation for textareas - jqueryhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1751837/mapping-multiple-textures-to-a-cubes-faces-in-android&usg=ALkJrhj7vDAo5tbI6ANpOUgWRtUpPrYPnwLua metamethods are not called - luaThe GORM Inheritance Problem - ormHow to render 3D fractals in the style of Mandelbulb - renderingReturn Values ββand Exceptions for PHP Functions - phpFast html / php forms? - htmlJQuery overlay / alert without .onclick event - php responder? - jqueryMySQL dynamic query / view for crosstab - mysqlAll Articles