mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
add basic plugins
This commit is contained in:
@ -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",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user