mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
Add neo-tree to the list of file explorers (#72)
This commit is contained in:
parent
d7d179cf02
commit
a3f7c42a4a
@ -4,5 +4,6 @@ return {
|
|||||||
["NERD_tree_"] = "NERDTree",
|
["NERD_tree_"] = "NERDTree",
|
||||||
["[defx] default-"] = "Defx",
|
["[defx] default-"] = "Defx",
|
||||||
["netrw"] = "Netrw",
|
["netrw"] = "Netrw",
|
||||||
["TelescopePrompt"] = "Telescope"
|
["TelescopePrompt"] = "Telescope",
|
||||||
|
['neo-tree'] = 'Neotree'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user