Update files

This commit is contained in:
2026-06-16 22:03:42 +01:00
parent ecbc266165
commit fff9a0e70e
4 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
return {
'ricardoramirezr/blade-nav.nvim',
dependencies = {
'saghen/blink.cmp',
dependencies = { -- totally optional
'saghen/blink.cmp', -- if using blink.cmp
},
ft = { 'blade', 'php' },
ft = { 'blade', 'php' }, -- optional, improves startup time
}