2023-01-25 18:36:39 +00:00
|
|
|
local aerial = require('aerial')
|
|
|
|
aerial.setup {
|
2022-11-30 14:46:27 +00:00
|
|
|
layout = {
|
|
|
|
placement = "edge",
|
|
|
|
},
|
|
|
|
attach_mode = "global",
|
2023-01-25 18:36:39 +00:00
|
|
|
highlight_mode = "none",
|
2023-01-31 09:06:01 +00:00
|
|
|
manage_folds = true,
|
2023-01-25 18:36:39 +00:00
|
|
|
show_guides = true,
|
2022-11-01 16:49:01 +00:00
|
|
|
}
|