1
0

Split plugins into files by category

This commit is contained in:
2025-09-21 18:21:43 +02:00
parent f33ecb78ee
commit 78698d82e6
13 changed files with 259 additions and 267 deletions

View File

@@ -0,0 +1,9 @@
return {
{ 'airblade/vim-gitgutter' },
{ 'tpope/vim-fugitive' },
{
'sindrets/diffview.nvim',
dependencies = {'nvim-lua/plenary.nvim'},
opts = {}
}
}