summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/nvim/fnl/plugins/neo-tree.fnl1
-rw-r--r--dot_config/nvim/lua/plugins/neo-tree.lua4
2 files changed, 3 insertions, 2 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]
diff --git a/dot_config/nvim/lua/plugins/neo-tree.lua b/dot_config/nvim/lua/plugins/neo-tree.lua
index e97bfe0..59f9172 100644
--- a/dot_config/nvim/lua/plugins/neo-tree.lua
+++ b/dot_config/nvim/lua/plugins/neo-tree.lua
@@ -1,5 +1,5 @@
-- [nfnl] Compiled from fnl/plugins/neo-tree.fnl by https://github.com/Olical/nfnl, do not edit.
local function _1_()
- return (require("neo-tree.command")).execute({toggle = true})
+ return require("neo-tree.command").execute({toggle = true})
end
-return {{"nvim-neo-tree/neo-tree.nvim", cmd = "Neotree", dependencies = {"nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim"}, keys = {{"<leader>n", _1_, desc = "Neotree"}}, opts = {}}}
+return {{"nvim-neo-tree/neo-tree.nvim", branch = "v3.x", cmd = "Neotree", dependencies = {"nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim"}, keys = {{"<leader>n", _1_, desc = "Neotree"}}, opts = {}}}