update neotree

This commit is contained in:
jujekebab 2026-02-18 12:19:44 +09:00
parent a0c03d2b7f
commit b4551e1fe1
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"fidget.nvim": { "branch": "main", "commit": "7fa433a83118a70fe24c1ce88d5f0bd3453c0970" },
"gitsigns.nvim": { "branch": "main", "commit": "abf82a65f185bd54adc0679f74b7d6e1ada690c9" },
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
"lazygit.nvim": { "branch": "main", "commit": "a04ad0dbc725134edbee3a5eea29290976695357" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "4823a251e7578a835bb979c37df390fca692ba39" },

View File

@ -9,12 +9,14 @@ return {
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
'MunifTanjim/nui.nvim',
},
lazy = false,
cmd = 'Neotree',
keys = {
{ '<leader>e', ':Neotree reveal<CR>', desc = 'File [E]xplorer', silent = true },
},
opts = {
open_files_do_not_replace_types = { 'terminal', 'trouble', 'qf', 'neo-tree' },
filesystem = {
hijack_netrw_behavior = 'disabled',
filtered_items = {
visible = true,
hide_dotfiles = false,