Commit graph

27 commits

Author SHA1 Message Date
Oliver Davies ae4c829b4e chore(nvim): update gitsigns keymaps 2023-08-11 00:29:01 +01:00
Oliver Davies ce6193bb7b feat(nvim): add fugitive keymaps
Add keymaps to open `git status` within Fugitive as well as push and
pull changes within a fugitive buffer.
2023-08-11 00:29:01 +01:00
Oliver Davies 202dceada3 chore(nvim): remove lualine packages 2023-08-07 22:03:45 +01:00
Oliver Davies b18152cb4a chore(nvim): change vim-test strategy 2023-08-07 21:51:20 +01:00
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
Oliver Davies 0580fd54dc feat(nvim): configure lualine 2023-07-22 09:35:20 +01:00
Oliver Davies ab36de47a7 feat: transparency in alacritty and nvim 2023-06-10 10:20:54 +01:00
Oliver Davies c38b0732ad feat(nvim): add key bindings for Phpactor 2023-05-10 12:36:54 +01:00
Oliver Davies b975044a9e chore(nvim): remove old lir configuration 2023-05-10 12:33:23 +01:00
Oliver Davies 35bef73170 feat(nvim): finish configuring lsp-zero.nvim
Fixes #49
2023-04-29 10:55:45 +01:00
Oliver Davies 9289ace4c3 chore(nvim): tweak indent line colours 2023-04-26 00:04:44 +01:00
Oliver Davies 2a8f42c267 fix(nvim): install Treesitter grammars with Nix
Fixes #48
2023-04-17 17:58:31 +01:00
Oliver Davies 388b423114 fix(nvim): treesitter parser location issue 2023-04-06 00:25:49 +01:00
Oliver Davies 8b8a9f1ce5 feat(nvim): config updates 2023-03-22 22:24:53 +00:00
Oliver Davies 555b954c9a nvim: treesitter: enable autotag 2023-01-30 22:08:14 +00:00
Oliver Davies 4f097c55ce nvim: add phpdoc to treesitter 2023-01-27 10:00:53 +00:00
Oliver Davies 196f0969f2 nvim: update gitsigns configuration 2023-01-23 18:12:25 +00:00
Oliver Davies 07e552df83 feat(nvim): add new plugins 2023-01-04 22:16:14 +00:00
Oliver Davies ce7872c100 feat(nvim): use --testdox when running PHPUnit 2022-12-28 17:56:34 +00:00
Oliver Davies 0371434311 feat(nvim): use floaterm for running tests 2022-12-28 17:55:49 +00:00
Oliver Davies e4a1c2fb37 feat(nvim): add nvim_lsp_signature_help 2022-12-26 21:06:11 +00:00
Oliver Davies d4a4f9233e chore(nvim): update vim-test key mappings 2022-12-19 09:44:24 +00:00
Oliver Davies b4eb83a558 feat: add Astro to Treesitter
Refs: #30
2022-12-10 10:56:33 +00:00
Oliver Davies 4404ae5bff fix(nvim): configure splitjoin with lua 2022-12-03 10:46:02 +00:00
Oliver Davies c3189ef0a2 feat(nvim): add splitjoin plugin
https://github.com/AndrewRadev/splitjoin.vim
2022-12-03 09:45:50 +00:00
Oliver Davies 933d2fcf62 fix(nvim): update dotfiles location 2022-11-08 10:44:56 +00:00
Oliver Davies 5630466780 refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00