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:
parent
f6b014475d
commit
b829ab5802
4 changed files with 30 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue