Compare commits
2 Commits
0009f09e82
...
aa3f06a77f
Author | SHA1 | Date | |
---|---|---|---|
aa3f06a77f | |||
9e50fa629a |
@ -17,7 +17,7 @@ return {
|
||||
}
|
||||
},
|
||||
|
||||
{ "nvim-telescope/telescope.nvim", version = "0.1.x",
|
||||
{ "nvim-telescope/telescope.nvim", branch = "0.1.x",
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
},
|
||||
|
||||
@ -27,7 +27,12 @@ return {
|
||||
},
|
||||
|
||||
{ "NeogitOrg/neogit",
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
branch = "nightly",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"sindrets/diffview.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
}
|
||||
},
|
||||
|
||||
{ "stevearc/oil.nvim" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user