neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit f05a2891d3da9f9fcd9c7457ca0c2a54ff65078b
parent 9ddb481d88d3926111e83d512921ebe98bb426ae
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon, 27 Jun 2022 03:08:59 -0700

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/)