mirror of
https://github.com/neovim/neovim.git
synced 2026-07-28 11:36:45 +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
|