[NeoVim] Add FireNvim
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
(import-macros {: map!} :hibiscus.vim)
|
||||
(import-macros {: setup} :macros)
|
||||
|
||||
(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"]}})
|
||||
(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"]}}))
|
||||
|
||||
Reference in New Issue
Block a user