aboutsummaryrefslogtreecommitdiffstats
path: root/config/nvim/lua/plugins/neo-tree.lua
blob: da29ce409a72e0488d753d065743064ccab9ce2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
return {
    "nvim-neo-tree/neo-tree.nvim",
    branch = "v3.x",
    dependencies = {
        "nvim-lua/plenary.nvim",
        "nvim-tree/nvim-web-devicons",
        "MunifTanjim/nui.nvim",
    },
    config = function()
        vim.keymap.set('n', '<C-n>', ':Neotree filesystem reveal left<CR>', {})
    end
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage