mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
build: rename build-related dirs
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/)
This commit is contained in:
@@ -7,7 +7,7 @@ local write_file, spawn, set_session, nvim_prog, exc_exec =
|
||||
helpers.exc_exec
|
||||
|
||||
local lfs = require('lfs')
|
||||
local paths = require('test.config.paths')
|
||||
local paths = require('test.cmakeconfig.paths')
|
||||
|
||||
local mpack = require('mpack')
|
||||
|
||||
|
Reference in New Issue
Block a user