Add Java support, switch to neotree

This commit is contained in:
2025-06-22 15:35:02 +05:00
parent ed21b4fb4b
commit b7ed4ce23a
3 changed files with 15 additions and 12 deletions

View File

@ -1,15 +1,14 @@
return {
"folke/snacks.nvim",
opts = {
picker = {
sources = {
explorer = {
win = {
list = {
keys = {
["o"] = "confirm",
},
},
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
group_empty_dirs = true,
window = {
mappings = {
["."] = "toggle_hidden",
["o"] = "open",
["P"] = "focus_preview",
},
},
},