Updated plugins

This commit is contained in:
2024-03-19 22:00:52 +01:00
parent 9db176f550
commit 4ba788d88d
2 changed files with 16 additions and 4 deletions

View File

@@ -4,7 +4,11 @@ return {
branch = "harpoon2",
dependencies = {
"nvim-lua/plenary.nvim",
"letieu/harpoon-lualine",
{
"TakenMC/harpoon-lualine",
branch = "seperator",
},
-- "letieu/harpoon-lualine",
},
config = function()
local harpoon = require("harpoon")

View File

@@ -4,7 +4,10 @@ return {
dependencies = {
"nvim-tree/nvim-web-devicons",
"AndreM222/copilot-lualine",
"letieu/harpoon-lualine",
{
"TakenMC/harpoon-lualine",
branch = "seperator",
},
},
config = function()
local lualine = require("lualine")
@@ -110,11 +113,16 @@ return {
}
local harpoon = {
"harpoon2",
icon = "󰀱",
indicators = { "1", "2", "3", "4" },
active_indicators = { "[1]", "[2]", "[3]", "[4]" },
separator = " ",
_separator = " ",
separator = { left = "", right = "" },
-- color = function()
-- return { fg = mode_color[vim.fn.mode()], bg = "None", gui = "bold" }
-- end,
color = function()
return { fg = mode_color[vim.fn.mode()], bg = "None", gui = "bold" }
return { bg = mode_color[vim.fn.mode()], fg = colors.bg, gui = "bold" }
end,
}
local copilot = {