feat(lua): add vim.spell (#16620)

This commit is contained in:
Lewis Russell
2021-12-25 19:36:56 +00:00
committed by GitHub
parent 2ae63161e8
commit e11a44aa22
5 changed files with 201 additions and 0 deletions

12
src/nvim/lua/spell.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef NVIM_LUA_SPELL_H
#define NVIM_LUA_SPELL_H
#include <lauxlib.h>
#include <lua.h>
#include <lualib.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua/spell.h.generated.h"
#endif
#endif // NVIM_LUA_SPELL_H