Use default backends for aerial

This commit is contained in:
Evie Litherland-Smith 2023-02-03 15:06:49 +00:00
parent 0b3793e194
commit c80e7deff9

View file

@ -1,6 +1,6 @@
local aerial = require('aerial')
aerial.setup {
backends = { "lsp", "treesitter", "markdown", "man" },
-- backends = { "lsp", "treesitter", "markdown", "man" },
layout = {
default_direction = "float",
},