19 lines
570 B
Fennel
19 lines
570 B
Fennel
(import-macros {: map!} :hibiscus.vim)
|
|
(import-macros {: setup} :macros)
|
|
|
|
(if (= vim.g.started_by_firenvim nil)
|
|
(setup :aerial
|
|
{:backends [:lsp :treesitter]
|
|
:layout {:width 30
|
|
:placement "edge"}
|
|
:attach_mode "global"
|
|
:close_automatic_events [:unsupported]
|
|
:open_automatic true
|
|
:ignore {:filetypes [""
|
|
"neo-tree"
|
|
"aerial"
|
|
"packer"
|
|
"qf"
|
|
"help"
|
|
"DiffviewFileHistory"]}}))
|