sassanh / qnvim

Neovim backend for Qt Creator
MIT License
136 stars 8 forks source link

chore: move files according to pitchfork convention #33

Closed gikari closed 2 years ago

gikari commented 2 years ago

Pitchfork convention (https://github.com/vector-of-bool/pitchfork) is a convention of directories structure in C++ projects.

The json file stays in the root, because of the limitation of QMake.

Test Plan

  1. Build the project according to the instructions
  2. Projects builds successfully.

Closes #7