aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/spell.h
blob: adf3e9dd60c3243b7682f4c3c907328858b27be6 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <lauxlib.h>
#include <lua.h>
#include <lualib.h>

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/spell.h.generated.h"
#endif