mirror of
https://github.com/neovim/neovim.git
synced 2024-12-30 17:07:55 -07:00
f05a2891d3
Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/) |
||
---|---|---|
.. | ||
BuildGettext.cmake | ||
BuildLibiconv.cmake | ||
BuildLibtermkey.cmake | ||
BuildLibuv.cmake | ||
BuildLibvterm.cmake | ||
BuildLua.cmake | ||
BuildLuajit.cmake | ||
BuildLuarocks.cmake | ||
BuildLuv.cmake | ||
BuildMsgpack.cmake | ||
BuildTreesitter.cmake | ||
BuildTreesitterParsers.cmake | ||
BuildUnibilium.cmake | ||
CopyFilesGlob.cmake | ||
DownloadAndExtractFile.cmake | ||
GetBinaryDeps.cmake | ||
GettextCMakeLists.txt | ||
LibiconvCMakeLists.txt | ||
libtermkeyCMakeLists.txt | ||
LibuvCMakeLists.txt | ||
Libvterm-tbl2inc_c.cmake | ||
LibvtermCMakeLists.txt | ||
RemoveFiles.cmake | ||
TargetArch.cmake | ||
TreesitterCMakeLists.txt | ||
TreesitterParserCMakeLists.txt | ||
UnibiliumCMakeLists.txt |