mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
6 lines
246 B
C
6 lines
246 B
C
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
|
char *default_vim_dir = "${CMAKE_INSTALL_FULL_DATAROOTDIR}/nvim";
|
|
char *default_vimruntime_dir = "";
|
|
char_u *compiled_user = (char_u *)"${USERNAME}";
|
|
char_u *compiled_sys = (char_u *)"${HOSTNAME}";
|