Neovim Home
src
nvim
api
ui.h
Go to the documentation of this file.
1
#ifndef NVIM_API_UI_H
2
#define NVIM_API_UI_H
3
4
#include <stdint.h>
5
6
#include "
nvim/api/private/defs.h
"
7
#include "
nvim/map.h
"
8
9
#ifdef INCLUDE_GENERATED_DECLARATIONS
10
# include "api/ui.h.generated.h"
11
#endif
12
#endif // NVIM_API_UI_H
defs.h
map.h