master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 9c86c2a32e - Show all commits

View File

@@ -1,6 +1,8 @@
require('aerial').setup({
backends = { 'lsp', 'treesitter','markdown' },
default_direction = "prefer_left",
layout = {
default_direction = "prefer_left"
},
filter_kind = false,
show_guides = true,
})