Neovim Home
src
nvim
cursor.h
Go to the documentation of this file.
1
#ifndef NVIM_CURSOR_H
2
#define NVIM_CURSOR_H
3
4
#include <stdbool.h>
5
6
#include "
nvim/vim.h
"
7
8
#ifdef INCLUDE_GENERATED_DECLARATIONS
9
# include "cursor.h.generated.h"
10
#endif
11
12
#endif // NVIM_CURSOR_H
vim.h