[NeoVim] Updates
This commit is contained in:
@@ -2,10 +2,19 @@
|
||||
(import-macros {: setup} :macros)
|
||||
|
||||
(setup :aerial
|
||||
{:close_behavior "global"
|
||||
{:backends [:lsp :treesitter]
|
||||
:layout {:width 30
|
||||
:placement "edge"}
|
||||
:attach_mode "global"
|
||||
:close_automatic_events [:unsupported]
|
||||
:open_automatic true
|
||||
:placement_editor_edge true
|
||||
:width 30
|
||||
:ignore {:filetypes [""
|
||||
"neo-tree"
|
||||
"aerial"
|
||||
"packer"
|
||||
"qf"
|
||||
"help"
|
||||
"DiffviewFileHistory"]}
|
||||
:on_attach (fn [bufnr]
|
||||
(map! [n :buffer] :t (fn []
|
||||
(vim.tbl_map (fn [buf]
|
||||
|
||||
Reference in New Issue
Block a user