dotfiles/config/neovim/lua/opdavies
Oliver Davies 624faf959c refactor: restructure my Code directory
I recently restructed the contents of my `~/Code` directory so that
repositories are grouped by their provider and organisation.

For example, my `dotfiles` are now located at
`~/Code/github.com/opdavies/dotfiles`.

Likewise, `build-configs` is now located at
`~/Code/github.com/OliverDaviesLtd/build-configs` as it's within the
`OliverDaviesLtd` organisation.

As well as `~/Code/github.com`, I also have `~/Code/bitbucket.org` for
Bitbucket repositories. These are also grouped within subdirectories for
each organisation.

This change means I need to update any reference to the old `dotfiles`
location to the new one and I can update the `t` function to adjust the
min and max depth it uses to find directories.
2023-08-07 09:53:33 +01:00
..
lsp revert(nvim): add mappings for cnext and cprev 2023-07-28 09:02:15 +01:00
snippets/ft feat(nvim): add snippet to create a Pest test 2023-05-11 13:55:56 +01:00
telescope refactor: restructure my Code directory 2023-08-07 09:53:33 +01:00
globals.lua refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00
keymap.lua refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00
options.lua feat(nvim): show matches in a split window 2023-06-04 14:04:08 +01:00