mirror of
https://github.com/jiriks74/presence.nvim
synced 2024-11-23 20:37:50 +01:00
2927ceb17d
* Add context-specific status * Add "browsing" support for file tree explorers * Add commit and netrw support * Fix git commit file recognition * Add readonly clause
7 lines
145 B
Lua
7 lines
145 B
Lua
-- Different neovim file tree names
|
|
return {
|
|
["NvimTree"] = "NvimTree",
|
|
["NERD_tree_"] = "NERDTree",
|
|
["[defx] default-"] = "Defx",
|
|
}
|