Add Java support, switch to neotree
This commit is contained in:
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user