aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2024-02-01 20:51:48 +0100
committerjdhao <jdhao@hotmail.com>2024-02-02 03:52:26 +0800
commit01bc4b40d3916d8f48f14b1be242379e1c806c41 (patch)
tree82de03de25b2a4350d9996bcf0bd144d8a477154
parentc06d46e84d8cbb0e132e0c3fbe65bda15e8658ea (diff)
update used plugins
-rw-r--r--lua/plugin_specs.lua8
1 files changed, 6 insertions, 2 deletions
diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua
index 55d6f89..a585ee1 100644
--- a/lua/plugin_specs.lua
+++ b/lua/plugin_specs.lua
@@ -121,7 +121,11 @@ local plugin_specs = {
"nvim-telescope/telescope-symbols.nvim",
},
},
-
+ {
+ "lukas-reineke/headlines.nvim",
+ dependencies = "nvim-treesitter/nvim-treesitter",
+ config = true, -- or `opts = {}`
+ },
-- A list of colorscheme plugin you may want to try. Find what suits you.
{ "navarasu/onedark.nvim", lazy = true },
{ "sainnhe/edge", lazy = true },
@@ -287,7 +291,7 @@ local plugin_specs = {
-- Better git log display
{ "rbong/vim-flog", cmd = { "Flog" } },
- { "christoomey/vim-conflicted", cmd = { "Conflicted" } },
+ { "akinsho/git-conflict.nvim", version = "*", config = true },
{
"ruifm/gitlinker.nvim",
event = "User InGitRepo",