diff options
| author | 2024-07-28 10:13:57 +0200 | |
|---|---|---|
| committer | 2024-07-29 20:28:29 +0200 | |
| commit | 43bf4c4fa4b98cf06d0a7a8e14c7aed617f1eb95 (patch) | |
| tree | d7a1f8021c78ba2e306749b6477db3469e38bec9 /dot_config/nvim/lua/plugins | |
| parent | nvim: add python LSPs (diff) | |
nvim/neotree: update to 3.x
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/neo-tree.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 = {}}} |
