Neovim Home
src
nvim
os
os.h
Go to the documentation of this file.
1
#ifndef NVIM_OS_OS_H
2
#define NVIM_OS_OS_H
3
4
#include <stdbool.h>
5
#include <uv.h>
6
7
#include "
nvim/os/fs_defs.h
"
8
#include "
nvim/os/stdpaths_defs.h
"
9
#include "
nvim/vim.h
"
10
11
#ifdef INCLUDE_GENERATED_DECLARATIONS
12
# include "os/env.h.generated.h"
13
# include "os/fs.h.generated.h"
14
# include "os/mem.h.generated.h"
15
# include "os/stdpaths.h.generated.h"
16
# include "os/users.h.generated.h"
17
#endif
18
19
#define ENV_LOGFILE "NVIM_LOG_FILE"
20
#define ENV_NVIM "NVIM"
21
22
#endif // NVIM_OS_OS_H
stdpaths_defs.h
vim.h
fs_defs.h