add basic plugins

This commit is contained in:
xfy
2024-09-10 10:54:49 +08:00
parent d5dea65bfe
commit 20400f7596
5 changed files with 69 additions and 0 deletions

View File

@ -1,4 +1,11 @@
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
-- search
{
"nvim-pack/nvim-spectre",
event = "BufRead",
},
}