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