We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hlchunk.setup()
1 parent 71bf751 commit 8169b0aCopy full SHA for 8169b0a
lua/hlchunk/init.lua
@@ -1,5 +1,12 @@
1
local hlchunk = {}
2
3
+---@class HlChunk.UserConf
4
+---@field blank? HlChunk.UserBlankConf
5
+---@field chunk? HlChunk.UserChunkConf
6
+---@field indent? HlChunk.UserIndentConf
7
+---@field line_num? HlChunk.UserLineNumConf
8
+
9
+---@param userConf HlChunk.UserConf
10
hlchunk.setup = function(userConf)
11
for mod_name, mod_conf in pairs(userConf) do
12
if mod_conf.enable then
0 commit comments