summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/neo-tree.fnl
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2024-07-28 10:13:57 +0200
committerChloé Vulquin <code@toast.bunkerlabs.net>2024-07-29 20:28:29 +0200
commit43bf4c4fa4b98cf06d0a7a8e14c7aed617f1eb95 (patch)
treed7a1f8021c78ba2e306749b6477db3469e38bec9 /dot_config/nvim/fnl/plugins/neo-tree.fnl
parentnvim: add python LSPs (diff)
nvim/neotree: update to 3.x
Diffstat (limited to 'dot_config/nvim/fnl/plugins/neo-tree.fnl')
-rw-r--r--dot_config/nvim/fnl/plugins/neo-tree.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/neo-tree.fnl b/dot_config/nvim/fnl/plugins/neo-tree.fnl
index 43a683a..eb6a7bd 100644
--- a/dot_config/nvim/fnl/plugins/neo-tree.fnl
+++ b/dot_config/nvim/fnl/plugins/neo-tree.fnl
@@ -1,5 +1,6 @@
(import-macros {:mixed-table · : recc} :toast.macros)
[(· :nvim-neo-tree/neo-tree.nvim &
+ :branch :v3.x
:cmd :Neotree
:dependencies [:nvim-lua/plenary.nvim
:MunifTanjim/nui.nvim]