zettelkasten.nvim/lua/zettelkasten
Marty Oehme 59574a17e9
Add zettel link following style option
`g:zettel_link_following` can be set to `cursor` or `line` to change the
way zk detect the closest link to follow to (or create a new link for).

Setting it to `cursor` will look for the current word under the cursor and
decide if it is a followable link. `line` will look from the current
cursor position to the end of the line instead.
2020-11-01 22:18:40 +01:00
..
action.lua Add zettel link following style option 2020-11-01 22:18:40 +01:00
action_spec.lua Add action module 2020-10-31 14:17:26 +01:00
anchor.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
anchor_spec.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
init.lua Add action module 2020-10-31 14:17:26 +01:00
init_spec.lua Move anchor prepend function to anchor module 2020-10-31 11:05:30 +01:00
link.lua Add new link functionality 2020-10-31 11:37:55 +01:00
link_spec.lua Add new link functionality 2020-10-31 11:37:55 +01:00
list.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
list_spec.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
options.lua Add zettel link following style option 2020-11-01 22:18:40 +01:00
options_spec.lua Add zettel link following style option 2020-11-01 22:18:40 +01:00