all repos — nvim-custom-links @ e0b566a8598a99c72ec9146066470888dc4a1c25

Neovim simple plugin for custom local links

Improve doc
Tim Izzo tim@octree.ch
Sat, 05 Apr 2025 22:06:51 +0200
commit

e0b566a8598a99c72ec9146066470888dc4a1c25

parent

9e46ec3454b9053923ac6751c7cb674eef8fe2b8

1 files changed, 10 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -20,5 +20,14 @@ },

} ``` +## Use -``` +In a file, hover a word starting by `+` (project) or `@` (area) +then `<leader>fl` to open the file. + +If the file does not exist, it is created using the provided +template file. + +## TODO + +- [ ] Have dynamic variables in template files