perf: remove useless dependencies

This commit is contained in:
xfy
2025-03-05 16:19:20 +08:00
parent cce6c0096c
commit 2422cc630f
5 changed files with 21 additions and 7 deletions

View File

@ -1,4 +1,3 @@
return {
"nvim-lua/plenary.nvim", -- lua functions that many plugins use
{ "christoomey/vim-tmux-navigator", event = "VeryLazy" }, -- tmux & split window navigation
}