mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-06-23 12:58:58 +02:00
feat: Support oil.nvim file explore (#58)
* feat: Support oil.nvim file explore * feat: more explicitly look for oil at the start of file_path * feat: oil working with git buttons work by @nick22985
This commit is contained in:
parent
2f77b19e9d
commit
25076ce092
2 changed files with 9 additions and 1 deletions
lua/presence
|
@ -7,4 +7,5 @@ return {
|
|||
["TelescopePrompt"] = "Telescope",
|
||||
["neo-tree"] = "Neotree",
|
||||
["fern"] = "Fern",
|
||||
["oil"] = "Oil",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue