summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rename files and move code aroundThomas Vanbesien7 days1-3/+4
|
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-3/+10
|
* fix(nvim): follow plugin expands env vars for file namesThomas Vanbesien10 days1-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: commentThomas Vanbesien10 days1-11/+8
|
* refactor(nvim): extract follow engine into dotfiles.follow moduleThomas Vanbesien11 days1-0/+144