From 8ad2f8c9afb308e7a8a1133f578e3352442f770a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 24 Sep 2023 01:12:42 +0200 Subject: Restructure plugin configs --- fnl/plugins/editor/neo-tree.fnl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fnl/plugins/editor/neo-tree.fnl') diff --git a/fnl/plugins/editor/neo-tree.fnl b/fnl/plugins/editor/neo-tree.fnl index 5cef558..99b552c 100644 --- a/fnl/plugins/editor/neo-tree.fnl +++ b/fnl/plugins/editor/neo-tree.fnl @@ -1,5 +1,9 @@ ;; File manager. +(local dependencies [:nvim-lua/plenary.nvim + :nvim-tree/nvim-web-devicons + :MunifTanjim/nui.nvim]) + (local cursorline (require :util.cursorline)) (fn init [] @@ -42,11 +46,8 @@ {1 :nvim-neo-tree/neo-tree.nvim :keys [{1 "-" 2 "Neotree filesystem reveal" :desc "Open Neotree"}] - ; :event :VeryLazy :cmd :Neotree : init : deactivate : opts - :dependencies [:nvim-lua/plenary.nvim - :nvim-tree/nvim-web-devicons - :MunifTanjim/nui.nvim]} + : dependencies} -- cgit v1.2.3-70-g09d2