-
I'm working a lot in markdown files, and building correct relative paths for links can be very tedious. I'm hoping to use fzf-lua to help insert a relative path to a file I locate while I'm in insert mode. I've tried the following:
Could someone please recommend a solution here? Happy to script something custom here, but not sure how to approach this problem so far :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
why dont't use blink-cmp with path/markdown-lsp source or obsidian.nvim |
Beta Was this translation helpful? Give feedback.
Not sure I still understand the need and I generally try to avoid adding “over customizations” as there are so many already, once you’re done link the resulting code and we can explore the use case further.