mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-12-28 11:02:34 +01:00
Add neo-tree to the list of file explorers (#72)
This commit is contained in:
parent
d7d179cf02
commit
a3f7c42a4a
1 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@ return {
|
|||
["NERD_tree_"] = "NERDTree",
|
||||
["[defx] default-"] = "Defx",
|
||||
["netrw"] = "Netrw",
|
||||
["TelescopePrompt"] = "Telescope"
|
||||
["TelescopePrompt"] = "Telescope",
|
||||
['neo-tree'] = 'Neotree'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue