Closed XXiaoA closed 1 year ago
https://github.com/XXiaoA/nvimrc/blob/3c7fa62459d68bd6684710960d945273d017c2f8/lua/utils/yamler.lua#L103-L105 If a options is false, return a table (wrong), use (maybe)
if M.config[opt] ~= nil then return (M.config[opt].value ~= nil and {M.config[opt].value} or {M.config[opt]})[1] end
https://github.com/XXiaoA/nvimrc/blob/3c7fa62459d68bd6684710960d945273d017c2f8/lua/utils/yamler.lua#L103-L105 If a options is false, return a table (wrong), use (maybe)