-
Notifications
You must be signed in to change notification settings - Fork 3
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
}
}