Updated plugins
This commit is contained in:
@@ -4,7 +4,11 @@ return {
|
|||||||
branch = "harpoon2",
|
branch = "harpoon2",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"letieu/harpoon-lualine",
|
{
|
||||||
|
"TakenMC/harpoon-lualine",
|
||||||
|
branch = "seperator",
|
||||||
|
},
|
||||||
|
-- "letieu/harpoon-lualine",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local harpoon = require("harpoon")
|
local harpoon = require("harpoon")
|
||||||
|
|||||||
@@ -4,7 +4,10 @@ return {
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
"AndreM222/copilot-lualine",
|
"AndreM222/copilot-lualine",
|
||||||
"letieu/harpoon-lualine",
|
{
|
||||||
|
"TakenMC/harpoon-lualine",
|
||||||
|
branch = "seperator",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
local lualine = require("lualine")
|
local lualine = require("lualine")
|
||||||
@@ -110,11 +113,16 @@ return {
|
|||||||
}
|
}
|
||||||
local harpoon = {
|
local harpoon = {
|
||||||
"harpoon2",
|
"harpoon2",
|
||||||
|
icon = "",
|
||||||
indicators = { "1", "2", "3", "4" },
|
indicators = { "1", "2", "3", "4" },
|
||||||
active_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()
|
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,
|
end,
|
||||||
}
|
}
|
||||||
local copilot = {
|
local copilot = {
|
||||||
|
|||||||
Reference in New Issue
Block a user