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:
parent
d90ca22b3b
commit
70a3c23ae0
3 changed files with 14 additions and 12 deletions
lua/presence
7
lua/presence/file_explorers.lua
Normal file
7
lua/presence/file_explorers.lua
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue