-
-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Description
On Windows OS, self.config.create_list_item returns item with absolute path instead of relative. I've took a closer look and this is the problematic part, can anyone reproduce?
harpoon/lua/harpoon/config.lua
Lines 191 to 198 in ed1f853
| create_list_item = function(config, name) | |
| name = name | |
| or normalize_path( | |
| vim.api.nvim_buf_get_name( | |
| vim.api.nvim_get_current_buf() | |
| ), | |
| config.get_root_dir() | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels