mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00

Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com>
13 lines
260 B
C
13 lines
260 B
C
#ifndef NVIM_API_OPTIONS_H
|
|
#define NVIM_API_OPTIONS_H
|
|
|
|
#include "nvim/api/keysets.h"
|
|
#include "nvim/api/private/defs.h"
|
|
#include "nvim/option.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/options.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_API_OPTIONS_H
|