11 lines
206 B
Lua
11 lines
206 B
Lua
local aerial = require('aerial')
|
|
aerial.setup {
|
|
layout = {
|
|
placement = "edge",
|
|
},
|
|
attach_mode = "global",
|
|
highlight_mode = "none",
|
|
manage_folds = true,
|
|
show_guides = true,
|
|
}
|