-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I was trying to configure some basic symbols usage since I'm not using custom fonts, and this configuration didn't work as I expected:
require("diffview").setup({
icons = {
folder_closed = "π",
folder_open = "π",
},
signs = {
fold_closed = "π",
fold_open = "π",
done = "β"
}
})
What I got in result is that it used π and π for opened / closed folders. I expected it to be used for folds? And it didn't use folder_closed / folder_opened for folders.
Am I missing something here?
Thank you!
Expected behavior
Actual behavior
Steps to reproduce
Configure the plugin as shown above.
Health check
Output of :checkhealth diffview
iffview: require("diffview.health").check()
Checking plugin dependencies
- β WARNING Optional dependency 'nvim-web-devicons' not found.
Checking VCS tools
- The plugin requires at least one of the supported VCS tools to be valid.
- β
OK Git found.
- β
OK Git is up-to-date. (2.49.0)
- β WARNING Configured hg_cmd is not executable: 'hg'
~
Log info
Relevant info from :DiffviewLog
############################
### PUT LOG CONTENT HERE ###
############################
Neovim version
NVIM v0.11.1
Build type: Release
LuaJIT 2.1.1741730670
Operating system and version
Debian testing
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working