1
mirror of https://github.com/neovim/neovim.git synced 2024-12-31 17:13:26 -07:00
neovim/cmake.config/pathdef.h.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
162 B
C
Raw Normal View History

char *default_vim_dir = "${CMAKE_INSTALL_FULL_DATAROOTDIR}/nvim";
char *default_vimruntime_dir = "";
char *default_lib_dir = "${CMAKE_INSTALL_FULL_LIBDIR}/nvim";