support .lua file in neovim plugin
Open
- Dominant language
- Python
- Stars
- 306
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
is it possible to add `*.lua` support?
for example:
`lua/plugin_name/init.lua`
```lua
----
-- This is my function. It does different things to the {required} argument,
-- depending upon the [optional] argument.
function function_name()
end
```
Contributor guide
Assessment
This issue has not been assessed yet.