feat: add gitlinker

This commit is contained in:
Christoph Koehler 2025-04-05 22:29:54 -06:00
commit 7ca4c17385
No known key found for this signature in database
6 changed files with 59 additions and 0 deletions

View file

@ -5,6 +5,7 @@ in {
./gitsigns
./vim-fugitive
./git-conflict
./gitlinker-nvim
];
options.vim.git = {
@ -15,6 +16,7 @@ in {
* gitsigns
* vim-fugitive
* git-conflict
* gitlinker-nvim
'';
};
}