diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-19 21:38:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-19 21:38:33 +0200 |
commit | 0e6c6c5e804eb765c34610586fca6b594e90bada (patch) | |
tree | 5f95c76a712502eb2dab1787219dad70112c7c35 /fnl/plugins/editor/neo-tree.fnl | |
parent | 7cf3d6d23b1e82577445a65018918f0b5c588c43 (diff) |
Optimize startup
Diffstat (limited to 'fnl/plugins/editor/neo-tree.fnl')
-rw-r--r-- | fnl/plugins/editor/neo-tree.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/neo-tree.fnl b/fnl/plugins/editor/neo-tree.fnl index c56093f..5cef558 100644 --- a/fnl/plugins/editor/neo-tree.fnl +++ b/fnl/plugins/editor/neo-tree.fnl @@ -42,7 +42,7 @@ {1 :nvim-neo-tree/neo-tree.nvim :keys [{1 "-" 2 "<cmd>Neotree filesystem reveal<cr>" :desc "Open Neotree"}] - :event :VeryLazy + ; :event :VeryLazy :cmd :Neotree : init : deactivate |