Adds Projectionist plugin

Greg Hurrell video: https://www.youtube.com/watch?v=3jDafvUESbs

This allows me to jump between c source, header and test files easily.

It is capable of a lot more than this but I haven't looked into it too
much yet.
This commit is contained in:
Jonathan Hodgson 2021-12-28 01:17:57 +00:00
parent f6b014475d
commit b829ab5802
4 changed files with 30 additions and 0 deletions

3
.gitmodules vendored
View file

@ -79,3 +79,6 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/nvim-treesitter"]
path = nvim/.config/nvim/pack/bundle/opt/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter
[submodule "nvim/.config/nvim/pack/bundle/opt/vim-projectionist"]
path = nvim/.config/nvim/pack/bundle/opt/vim-projectionist
url = https://github.com/tpope/vim-projectionist