fix: show all files

This commit is contained in:
Toth Alex 2023-09-28 11:38:11 +02:00
parent 7eb45fce81
commit da876861ec
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ return {
} }
} }
} }
vim.keymap.set('n', '<leader>sn', ':Neotree filesystem reveal float git_status<CR>', { noremap = true, silent = true }) vim.keymap.set('n', '<leader>sn', ':Neotree filesystem reveal float<CR>', { noremap = true, silent = true })
end, end,
} }