fix nvim config

This commit is contained in:
Johannes Knopp
2026-02-22 17:06:22 +01:00
parent 4093701fca
commit 545f8ab328
10 changed files with 95 additions and 120 deletions

View File

@ -8,7 +8,7 @@ return {
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
depedencies = {
dependencies = {
'nvim-lua/plenary.nvim',
},
}