Oliver Davies
9d22cf6315
chore(nvim): configure lualine
2023-11-07 07:53:58 +00:00
Oliver Davies
3537d9a71f
feat(nvim): use rstfmt for rst file formatting
...
Add `vimPlugins.conform-nvim` to add formatting rst files with `rstfmt`.
This isn't supported as a formatter in `none-ls`, and I wanted to try
and potentially switch to `conform-nvim` and `nvim-lint` in the future,
so this is a potential first step towards that.
`rstfmt` itself is already installed and available within my additional
Vim packages.
This currently needs to be run manually, as I don't want to change my
default keybind for formatting until I've supported all the filetypes and formatters
I have in `none-ls`.
To run the foramt manually, run `:lua require"conform".format()`.
See:
- https://github.com/stevearc/conform.nvim
- https://github.com/mfussenegger/nvim-lint
- https://pypi.org/project/rstfmt
- https://www.youtube.com/watch?v=ybUE4D80XSk
2023-11-04 21:46:13 +00:00
Oliver Davies
06408d7336
feat(nvim): configure lualine
2023-11-04 20:37:30 +00:00
Oliver Davies
e5c40a7a14
feat(nvim): configure cmdline completion
2023-10-27 21:12:23 +01:00
Oliver Davies
9e2c79fb1c
chore(nvim): replace splitjoin with treesj
2023-10-18 22:42:48 +02:00
Oliver Davies
688619a6dd
chore(nvim): remove plugins temporarily
...
I'm removing these temporarily to see how it affects performance.
2023-10-09 00:14:49 +01:00
Oliver Davies
d03b4b1bd5
fix(nvim): next and prev hunk keymaps
2023-10-09 00:11:54 +01:00
Oliver Davies
83a90087e1
chore(nvim): use run
2023-10-07 22:32:23 +01:00
Oliver Davies
2860bc06db
feat(nvim): use neoterm with vim-test
2023-09-29 21:31:12 +01:00
Oliver Davies
7ac939b428
feat(nvim): re-add lualine-lsp-progress
2023-09-28 07:22:58 +01:00
Oliver Davies
376a4bda43
feat(nvim): add lualine
2023-09-27 21:01:28 +01:00
Oliver Davies
5c9da925d5
chore(nvim): remove unused configuration
2023-09-18 22:49:55 +01:00
Oliver Davies
421d1658a8
feat(nvim): add friendly-snippets
2023-09-15 19:20:40 +01:00
Oliver Davies
ca2e48dbdb
feat(nvim): add a keymap for switching to the
...
...alternative file
2023-09-14 19:08:50 +01:00
Oliver Davies
265803b240
feat(nvim): configure alternate files for Fractal
...
Configure `*.twig` and `*.config.yml` as alternate files in
Projectionist.
2023-09-05 12:56:24 +01:00
Oliver Davies
7c4f361f28
feat(nvim): re-add projectionist.vim
...
Re-add `projectionist.vim` with a minimal configuration for setting the
alternate file in basic PHP library or TypeScript projects.
2023-09-05 07:52:01 +01:00
Oliver Davies
767269b904
fix(nvim): re-add completion configuration
2023-09-05 07:24:34 +01:00
Oliver Davies
cb8dba24c9
style(nvim): run stylua
2023-09-04 11:05:13 +01:00
Oliver Davies
59e7868f52
revert(nvim): re-add lualine and noice
...
This reverts commit db7d2b442f03c9d02bd8471c71f3eb483a40ca2b.
2023-09-01 12:11:15 +01:00
Oliver Davies
4974d2d2f2
feat(nvim): re-add lualine and noice
2023-08-29 21:46:02 +01:00
Oliver Davies
5f8b5cc3de
feat(nvim): re-add todo-comments.nvim
2023-08-27 17:34:58 +01:00
Oliver Davies
dff990f52b
feat(nvim): add more Harpoon keymaps
2023-08-14 00:50:49 +01:00
Oliver Davies
3e2ac919df
feat(nvim): add undotree
2023-08-14 00:23:46 +01:00
Oliver Davies
3c67aad960
chore(nvim): update gitsigns keymaps
2023-08-11 00:29:01 +01:00
Oliver Davies
b9a0d52e86
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
8a0404356f
chore(nvim): remove lualine packages
2023-08-07 22:03:45 +01:00
Oliver Davies
7c6996cc70
chore(nvim): change vim-test strategy
2023-08-07 21:51:20 +01:00
Oliver Davies
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
Oliver Davies
511f7fe21e
feat(nvim): configure lualine
2023-07-22 09:35:20 +01:00
Oliver Davies
79a3a22a3c
feat: transparency in alacritty and nvim
2023-06-10 10:20:54 +01:00
Oliver Davies
5ff6e004d9
feat(nvim): add key bindings for Phpactor
2023-05-10 12:36:54 +01:00
Oliver Davies
41a4fef20f
chore(nvim): remove old lir configuration
2023-05-10 12:33:23 +01:00
Oliver Davies
151ce3da63
feat(nvim): finish configuring lsp-zero.nvim
...
Fixes #49
2023-04-29 10:55:45 +01:00
Oliver Davies
5e86877304
chore(nvim): tweak indent line colours
2023-04-26 00:04:44 +01:00
Oliver Davies
36f5640249
fix(nvim): install Treesitter grammars with Nix
...
Fixes #48
2023-04-17 17:58:31 +01:00
Oliver Davies
b99b4eef04
fix(nvim): treesitter parser location issue
2023-04-06 00:25:49 +01:00
Oliver Davies
2cf0eb8cfc
feat(nvim): config updates
2023-03-22 22:24:53 +00:00
Oliver Davies
93cb15854e
nvim: treesitter: enable autotag
2023-01-30 22:08:14 +00:00
Oliver Davies
26757b1bd4
nvim: hide numbers in terminals
2023-01-30 21:59:16 +00:00
Oliver Davies
9317effa05
nvim: add phpdoc to treesitter
2023-01-27 10:00:53 +00:00
Oliver Davies
a666dbd912
nvim: update gitsigns configuration
2023-01-23 18:12:25 +00:00
Oliver Davies
86e1be0ced
feat(nvim): add new plugins
2023-01-04 22:16:14 +00:00
Oliver Davies
d8c5b1c7fb
feat(nvim): use --testdox when running PHPUnit
2022-12-28 17:56:34 +00:00
Oliver Davies
ece5c46c47
feat(nvim): use floaterm for running tests
2022-12-28 17:55:49 +00:00
Oliver Davies
9b13d427e8
feat(nvim): add nvim_lsp_signature_help
2022-12-26 21:06:11 +00:00
Oliver Davies
cfb4842566
chore(nvim): update vim-test key mappings
2022-12-19 09:44:24 +00:00
Oliver Davies
deb099f6ac
feat: add Astro to Treesitter
...
Refs: #30
2022-12-10 10:56:33 +00:00
Oliver Davies
637e03f0bc
fix(nvim): configure splitjoin with lua
2022-12-03 10:46:02 +00:00
Oliver Davies
f7ed307411
feat(nvim): add splitjoin plugin
...
https://github.com/AndrewRadev/splitjoin.vim
2022-12-03 09:45:50 +00:00
Oliver Davies
edbd038cbe
fix(nvim): update dotfiles location
2022-11-08 10:44:56 +00:00