1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-06-22 04:28:56 +02:00

Generalize file tree option to file explorers

This commit is contained in:
Andrew Kwon 2021-05-19 23:23:15 -07:00
parent d90ca22b3b
commit 70a3c23ae0
3 changed files with 14 additions and 12 deletions
lua/presence

View file

@ -0,0 +1,7 @@
-- Different neovim file explorer names keyed by filetype or buffer name
return {
["NvimTree"] = "NvimTree",
["NERD_tree_"] = "NERDTree",
["[defx] default-"] = "Defx",
["netrw"] = "Netrw",
}