diff --git a/lua/neorg/core/config.lua b/lua/neorg/core/config.lua index 771980917..fc0c0fb86 100644 --- a/lua/neorg/core/config.lua +++ b/lua/neorg/core/config.lua @@ -51,6 +51,8 @@ local function get_os_info() end end return "linux" + elseif os:find("bsd") then + return "bsd" end error("[neorg]: Unable to determine the currently active operating system!")