feat(config): TYPES

This commit is contained in:
Smirnov Oleksandr 2024-04-17 18:34:02 +03:00
parent a293b9e8d3
commit fa223c8904

View file

@ -30,6 +30,7 @@ local default_config = {
--minidoc_replace_end --minidoc_replace_end
-- log level, you might consider using DEBUG or TRACE for degugging the plugin -- log level, you might consider using DEBUG or TRACE for degugging the plugin
---@type integer
log_level = vim.log.levels.INFO, log_level = vim.log.levels.INFO,
-- user specified paths to binaries -- user specified paths to binaries