mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
feat(lua): add vim.spell (#16620)
This commit is contained in:
12
src/nvim/lua/spell.h
Normal file
12
src/nvim/lua/spell.h
Normal 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
|
Reference in New Issue
Block a user