improve performance

This commit is contained in:
xfy
2024-09-10 17:42:16 +08:00
parent a15a417dbd
commit c0fc1aa12a
10 changed files with 90 additions and 81 deletions

View File

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