Skip to content

Default Config

Antonio Davide edited this page Mar 9, 2023 · 2 revisions
{
    debug = false,
    saveall = true,
    ignore_ft = { },
    integrations = {
        luasnip = false,
        cmp = false,
    },
    
    icons = {
        buffer = "",
        close = "",
        launch = "",
        task = "",
        workspace = "",
    },
    
    events = {
        workspacechanged = function(ws)
          -- "ws" is the current workspace object (can be nil)
        end
    }
}
Clone this wiki locally