ft = "lua", -- the filetype of the scratch buffer ft = function() if vim.bo.buftype == "" and vim.bo.filetype ~= "" then return vim.bo.filetype end return "markdown" end, ---@type string|string[]? icon = nil, -- `icon|{icon, icon_hl}`. defaults to the filetype icon ...
In security engineering, including software security engineering, there is a well-known design paradigm telling to prefer safe and secure defaults. The paper presents a systematization of knowledge (SoK) of this paradigm by the means of a systematic mapping study and a scoping review of relevant...