Releases: diegoulloao/nvim-file-location
Releases · diegoulloao/nvim-file-location
nvim-file-location@v1.2.0
feature
- Custom register option (thanks to @kevintraver)
nvim-file-location@v1.1.0
features
- Add column support:
pages/index.ts:25:11
nvim-file-location@v1.0.0
features
- general function to copy file location, it's also exposed to be called from custom keymaps
- differentes path modes:
workdir | absolute
- option to concatenate the current line where the cursor is
- util function to copy to clipboard (with no dependencies)
- integration with nvim-notify