| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rewrite extmark plugin | Thomas Vanbesien | 6 days | 1 | -0/+105 |
| | | |||||
| * | refactor(nvim): rewrite formatter plugin | Thomas Vanbesien | 6 days | 1 | -0/+59 |
| | | |||||
| * | refactor(nvim): rewrite highlight (now color) plugin | Thomas Vanbesien | 6 days | 1 | -0/+52 |
| | | |||||
| * | refactor(nvim): rewrite the snippet plugin | Thomas Vanbesien | 6 days | 1 | -0/+194 |
| | | |||||
| * | refactor(nvim): rewrite transform-text plugin | Thomas Vanbesien | 6 days | 1 | -0/+41 |
| | | |||||
| * | refactor(nvim): rewrite session plugin | Thomas Vanbesien | 6 days | 1 | -0/+78 |
| | | |||||
| * | fix(nvim): check that NOTES_DIR exists before running code that depends on it | Thomas Vanbesien | 6 days | 1 | -0/+6 |
| | | |||||
| * | refactor(nvim): rewrite goto plugin (now called follow) | Thomas Vanbesien | 6 days | 2 | -153/+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 | -3/+4 |
| | | |||||
| * | 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 |
