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,8 @@
return {
{ 'leafOfTree/vim-vue-plugin' },
{ 'dart-lang/dart-vim-plugin' },
{
'akinsho/flutter-tools.nvim',
dependencies = { 'nvim-lua/plenary.nvim' }
}
}