Updated plugins
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user