Commit graph

18 commits

Author SHA1 Message Date
ef439aefd1 Search for TODO comments with Telescope 2024-04-07 00:04:21 +01:00
6b0773eb77 Update Telescope mappings 2024-02-27 23:24:02 +00:00
db13d667e9 Ignore result 2024-02-27 20:41:10 +00:00
6dd83e51eb Update telescope_ignore_patterns 2024-02-27 18:12:55 +00:00
47bb1d55db Add Telescope mappings to find the current word 2024-01-08 17:50:15 +00:00
2924c37fb5 feat(nvim): add grep_prompt 2023-10-11 17:43:55 +01:00
cb8dba24c9 style(nvim): run stylua 2023-09-04 11:05:13 +01:00
bab8f12799 fix(nvim): ignore .direnv from Telescope and Git 2023-08-30 10:34:01 +01:00
cbf6e4a29f fix(nvim): remove git-worktree configuration 2023-08-14 19:31:30 +01:00
61e4faa944 feat(nvim): telescope mapping to delete buffers 2023-08-08 23:59:42 +01:00
8634516e68 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
3416b68871 refactor(nvim): update Telescope preview settings 2023-06-23 10:11:33 +01:00
06ef19823b chore(nvim): standardise Telescope themes 2023-06-21 10:13:19 +01:00
ddb4e8809f fix(nvim): remove unused user command 2023-04-06 00:26:26 +01:00
2cf0eb8cfc feat(nvim): config updates 2023-03-22 22:24:53 +00:00
b5e6ec57ec feat(nvim): automatically find files
Run "nvim +GoToFile" to open Neovim and automatically open Telescope to
find the file that I need.

The idea was taken from @joshmedeski when he mentioned it in a podcast
with @nicknisi.

https://youtu.be/17o9QrCcF_o
https://github.com/joshmedeski/dotfiles/search?q=GoToFile
2023-02-24 09:43:29 +00:00
edbd038cbe fix(nvim): update dotfiles location 2022-11-08 10:44:56 +00:00
a66d1c417d refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00