| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rewrite goto plugin (now called follow) | Thomas Vanbesien | 6 days | 1 | -0/+147 |
| | | | | | | | | | `lua/dotfiles/follow.lua` provides an engine to register "followable entities" like URL, wiki-links etc and can be easily expanded. The engine provides a function to navigate between followable entities and a function to edit them inside neovim. | ||||
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 2026-06-13 | 1 | -152/+0 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 2026-06-12 | 1 | -3/+10 |
| | | |||||
| * | fix(nvim): follow plugin expands env vars for file names | Thomas Vanbesien | 2026-06-09 | 1 | -2/+6 |
| | | | | | | | | | Previously, the target of follow (`<Leader>gg` and related) was applying `vim.fn.fnameescape()` in all cases, including the case when following a file name. However, file names can contain environment variables which are expanded by `:edit` but they are not parsed as environment variables when escaped. | ||||
| * | docs: comment | Thomas Vanbesien | 2026-06-09 | 1 | -11/+8 |
| | | |||||
| * | refactor(nvim): extract follow engine into dotfiles.follow module | Thomas Vanbesien | 2026-06-08 | 1 | -0/+144 |
