| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rename files and move code around | Thomas Vanbesien | 7 days | 1 | -3/+4 |
| | | |||||
| * | misc(nvim): reformat lua files to 100 char line width | Thomas Vanbesien | 7 days | 1 | -3/+10 |
| | | |||||
| * | fix(nvim): follow plugin expands env vars for file names | Thomas Vanbesien | 10 days | 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 | 10 days | 1 | -11/+8 |
| | | |||||
| * | refactor(nvim): extract follow engine into dotfiles.follow module | Thomas Vanbesien | 11 days | 1 | -0/+144 |
