[NeoVim] Updates

This commit is contained in:
2022-09-08 18:42:49 +02:00
parent 2c900d1ca5
commit 86e2d5ab84
5 changed files with 21 additions and 7 deletions

View File

@@ -73,5 +73,5 @@
; Startup
(if (or (= (vim.fn.expand "%") "") (not= (vim.fn.isdirectory (vim.fn.expand "%")) 0))
((. (require :neo-tree.command) :_command) (vim.fn.getcwd))
((. (require :neo-tree.command) :_command) :show (vim.fn.getcwd)))
((. (require :neo-tree.command) :execute) {:action "focus" :dir (vim.fn.getcwd)})
((. (require :neo-tree.command) :execute) {:action "show" :dir (vim.fn.getcwd)}))