1
0
Fork 0
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:
Nick 2024-08-11 17:05:33 +10:00 committed by GitHub
parent 2f77b19e9d
commit 25076ce092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions
lua/presence

View file

@ -7,4 +7,5 @@ return {
["TelescopePrompt"] = "Telescope",
["neo-tree"] = "Neotree",
["fern"] = "Fern",
["oil"] = "Oil",
}