We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed46b1 commit 3914a09Copy full SHA for 3914a09
lua/plugin_name.lua
@@ -4,7 +4,7 @@ local module = require("plugin_name.module")
4
---@class Config
5
---@field opt string Your config option
6
local config = {
7
- opt = "Hello!"
+ opt = "Hello!",
8
}
9
10
---@class MyModule
0 commit comments